Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/extract_under_star.R
Extract raster layers under Star object
1 | extract_under_star(Star, LayerList, funs = mean)
|
Star |
a star object |
LayerList |
a list object of raster layers |
funs |
a function which is passed to raster::extract() |
This Function extracts the values of a LayerList
of raster layers under a Star
and returns a data frame in which the rows correspond to the Stars segments and the columns to the extracted raster layers.
Optionally applies a function funs
during the extraction.
Dataframe
Johannes Mast
1 | find_limit_star(Star,UrbanLayerName,Threshold=50,SlopeThreshold=0.01,SlopeWindow=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.