landsatVis | R Documentation |
Data visualization for landsat data
landsatVis( mat, img.nrow = 31, byrow = FALSE, colthm = rasterTheme(panel.background = list(col = "black"), region = brewer.pal(9, "YlOrRd")), ... )
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 |
landsatVis(landsat106[landsat106$year == 2015, -c(1:2)], names.attr = as.character(landsat106$doy[landsat106$year == 2015]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.