Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.19 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.19 KB

gslSpatial gslSpatial website

R-CMD-check

gslSpatial provides tools to assist with spatial analysis in the Gulf of St. Lawrence Region. Many of the functions rely on packages terra and sf.

Descriptions of available functions, data, and stored shapefiles are here. Vignettes can be found here.

Installation

When you install gslSpatial, the eclectic package will also be installed.

To install gslSpatial, use:

# install.packages("devtools")
options(timeout=400)
devtools::install_github("JoleneSutton/gslSpatial")