Description Usage Arguments Value Examples
Returns HUC polygons Dataset is subset on basis of area of interest
1 | subset_huc_polygons(year, area.column, areas)
|
year |
int, the year of interest to be mapped (defines historical basis for HUCs) |
area.column |
chr, defines which column the areas refer to for subsetting |
areas |
chr, vector of codes indicating area of interest to subset on |
hc.sub dataframe, a subset of HUC polygon data
1 2 3 4 5 | areas <- "ME" # 21 HUC8s in Maine
area.column <- "STATES"
year <- 1995
hc.sub <- subset_huc_polygons(year, area.column, areas)
hc.sub$HUCNAME
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.