Generate a nested list of spatial polygons data frames from maps in the `snappoly` package.

snap_poly_list(domain = "akcan")

Arguments

domain

defaults to "akcan", the standard SNAP geospatial extent. The other option is "ak" pertaining to the classic ALFRESCO model "statewide" extent template.

Value

a list.

Details

The list is subset to exclude the `canada` and `lcc` maps that extend outside Alaska.

Examples

# NOT RUN {
snap_poly_list()
# }