Load data frame of raster grid cell indices defining groups of spatial subregions.

get_domain_cells(domain = "akcan1km", cells)

Arguments

domain

character, the ALFRESCO run spatial domain, either "akcan1km" or "ak1km".

cells

character, file name of cell index table rds file. If missing, default path taken from snapprep::snapdef() based on domain.

Value

a data frame.

Examples

# NOT RUN {
cells <- get_domain_cells()
# }