Description Usage Arguments Value Examples
View source: R/load_and_reshape.R
Convert an SAR_matrix
object m
,
such as that output by load_SAR_matrix
, into a
raster brick
with the
geospatial and dimension attributes stored in m
.
1 |
m |
An |
A raster brick
.
1 2 3 4 5 6 | filename <- system.file(
"extdata", "MG_CC_sub_norm_testclip.tif", package="rsar")
m <- load_SAR_matrix(filename)
head(m)
matrix_to_brick(m)
raster::plot(m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.