Usage
kml_layer.RasterBrick(obj, plot.legend = TRUE, dtime = "", tz = "GMT",
z.lim = c(min(obj@data@min, na.rm = TRUE),
max(obj@data@max, na.rm = TRUE)),
colour_scale = get("colour_scale_numeric", envir = plotKML.opts),
home_url = get("home_url", envir = plotKML.opts),
metadata = NULL, html.table = NULL, ...)Arguments
obj
object of class "RasterBrick" (a time series of images)
plot.legend
logical; specify whether a map legend should be generated automatically
dtime
temporal support (point or block) expressed in seconds
z.lim
upper and lower limits (unique for all maps in the time series); the function by default uses the absolute minimum and maximum in values
colour_scale
color palette; by default uses the color scale for numeric variables
home_url
(optional) URL directory / location of the images
metadata
(optional) the metadata object
html.table
(optional) the description block (html)
...
additional arguments (see aesthetics)