Geosyntec/gstPlotUtils
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# gstPlotUtils
## Features
* fancyNumbers()
* log10round()
* multipagePDFsave()
## Installation
Install the gstPlotUtils package from Github
* Note that you may have to edit how R/Rstudio is downloading over secure connections and/or update certificates
```r
install.packages("remotes")
options(download.file.method = "wininet")
remotes::install_github("Geosyntec/gstPlotUtils")
library(gstPlotUtils)
```