Skip to content

iGISc/iGIScData

Repository files navigation

iGIScData

The goal of iGIScData is to furnish GEOG 604/704 students with a variety of datasets.

Installation

You can install the released version of iGIScData from GitHub with:

# install.packages("remotes")
remotes::install_github("iGISc/iGIScData")

The accompanying datasets are ‘lazily’ loaded into your global environment.

Examples

library(iGIScData)
library(ggplot2)

ggplot() +
  geom_sf(data = BayAreaCounties) +
  theme_void()

About

iGIScData for research and teaching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages