View source: R/MRA_spacetime.R
stmra_stack_to_matrix | R Documentation |
Convert a raster stack to a data matrix
stmra_stack_to_matrix(s)
s |
A RasterStack or RasterBrick object where layer dimension corresponds to time |
A data.frame with rows representing pixels and columns for coordinates ("x","y","t") and data values ("values")
This functions assumes equidistant images, i.e. a constant temporal gap between consecutive layers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.