powered by
Get a specific layer of a spatial object.
getLayers(x, ...)# S4 method for ANY getLayers(x)# S4 method for geom getLayers(x)# S4 method for Spatial getLayers(x)# S4 method for sf getLayers(x)# S4 method for Raster getLayers(x)# S4 method for matrix getLayers(x)
# S4 method for ANY getLayers(x)
# S4 method for geom getLayers(x)
# S4 method for Spatial getLayers(x)
# S4 method for sf getLayers(x)
# S4 method for Raster getLayers(x)
# S4 method for matrix getLayers(x)
the object from which to get the layer.
other arguments.
A list of the layers of x. Each list-item hast the result of getNames(x) as name.
x
Other getters: getCRS(), getCols(), getExtent(), getFeatures(), getGroups(), getHistory(), getNames(), getPoints(), getRes(), getRows(), getType(), getWindow()
getCRS()
getCols()
getExtent()
getFeatures()
getGroups()
getHistory()
getNames()
getPoints()
getRes()
getRows()
getType()
getWindow()
# NOT RUN { getLayers(x = gtRasters) # }
Run the code above in your browser using DataLab