landsatVis {stfit} | R Documentation |
Data visualization for landsat data
Description
Data visualization for landsat data
Usage
landsatVis(
mat,
img.nrow = 31,
byrow = FALSE,
colthm = rasterTheme(panel.background = list(col = "black"), region = brewer.pal(9,
"YlOrRd")),
...
)
Arguments
mat |
A matrix, each row corresponds to a vectorized image pixel values. |
img.nrow |
number of rows of the image |
byrow |
logical value indicating whether the pixcel values are stored by row or by column. Default to FALSE |
colthm |
Color theme for the plot, passing to the |
... |
All other options passed to |
Examples
landsatVis(landsat106[landsat106$year == 2015, -c(1:2)],
names.attr = as.character(landsat106$doy[landsat106$year == 2015]))
[Package stfit version 0.99.9 Index]