maps: Extract rasters in the 'map' object

View source: R/map.R

rastersR Documentation

Extract rasters in the map object

Description

This will extract all objects in or pointed to within the map.

Usage

rasters(map)

## S3 method for class 'map'
rasters(map)

sp(map)

## S3 method for class 'map'
sp(map)

sf(map)

## S3 method for class 'map'
sf(map)

spatialPolygons(map)

spatialPoints(map)

maps(map, class = NULL, layerName = NULL)

Arguments

map

A map class obj

class

If supplied, this will be the class of objects returned. Default is NULL which is "all", meaning all objects in the map object.

layerName

TODO: description needed

Value

A list of maps (i.e., sp, raster, or sf objects) of class class

See Also

Other mapMethods: area,map-method, crs,map-method, mapRm(), rasterToMatch,map-method, studyAreaName(), studyArea()

Other mapMethods: area,map-method, crs,map-method, mapRm(), rasterToMatch,map-method, studyAreaName(), studyArea()

Other mapMethods: area,map-method, crs,map-method, mapRm(), rasterToMatch,map-method, studyAreaName(), studyArea()

Other mapMethods: area,map-method, crs,map-method, mapRm(), rasterToMatch,map-method, studyAreaName(), studyArea()

Other mapMethods: area,map-method, crs,map-method, mapRm(), rasterToMatch,map-method, studyAreaName(), studyArea()

Other mapMethods: area,map-method, crs,map-method, mapRm(), rasterToMatch,map-method, studyAreaName(), studyArea()


PredictiveEcology/map documentation built on Nov. 11, 2023, 11:44 a.m.