The gulf2 package is an umbrella for the collection of packages for accessing, manipulating, displaying and analyzing southern Gulf data sets.
The original gulf package has now been divided into a family of
sub-packages that handle specific aspects of data documentation, access,
display and analysis:
| Sub-package | GitHub repository | Description |
|---|---|---|
gulf2 |
GitHub R package version | Umbrella package |
gulf.utils |
GitHub R package version | Basic utilities |
gulf.data |
GitHub R package version | Data |
gulf.graphics |
GitHub R package version | Graphics |
gulf.manage |
GitHub R package version | Management utilities |
gulf.metadata |
GitHub R package version | Metadata utilities |
gulf.spatial |
GitHub R package version | Spatial utilities |
gulf.stats |
GitHub R package version | Statistical utilities |
When you install the umbrella package gulf2, all the sub-packages listed above will be installed. When you load the new umbrella gulf2 package in an R session, all the sub-packages listed above will be loaded or imported.
You can install gulf2 from GitHub with:
# install.packages("devtools")
devtools::install_github("ricardd/gulf2")