powered by
Data visualization for landsat data
landsatVis( mat, img.nrow = 31, byrow = FALSE, colthm = rasterTheme(panel.background = list(col = "black"), region = brewer.pal(9, "YlOrRd")), ... )
A matrix, each row corresponds to a vectorized image pixel values.
number of rows of the image
logical value indicating whether the pixcel values are stored by row or by column. Default to FALSE
Color theme for the plot, passing to the par.settings parameter of the levelplot function in the rasterVis package
par.settings
levelplot
rasterVis
All other options passed to levelplot function in the rasterVis package
landsatVis(landsat106[landsat106$year == 2015, -c(1:2)], names.attr = as.character(landsat106$doy[landsat106$year == 2015]))
Run the code above in your browser using DataLab