Usage
kml_layer.Raster(obj, subfolder.name = paste(class(obj)), plot.legend = TRUE,
metadata = NULL, raster_name,
png.width = ncol(obj), png.height = nrow(obj),
min.png.width = 800, TimeSpan.begin, TimeSpan.end,
layer.name, png.type = "cairo-png", ...)
Arguments
obj
object of class "RasterLayer"
, "SpatialPixelsDataFrame"
or "SpatialGridDataFrame"
subfolder.name
character; optional subfolder name
plot.legend
logical; specify whether a map legend should be generated automatically
metadata
(optional) specify the metadata object
raster_name
(optional) specify the output file name (PNG)
png.width
(optional) width of the PNG file
png.height
(optional) height of the PNG file
min.png.width
(optional) minimum width of the PNG file
TimeSpan.begin
object of class "POSIXct"
; (optional) begin of the sampling period
TimeSpan.end
object of class "POSIXct"
; (optional) end of the sampling period
layer.name
character; optional layer name
png.type
character; PNG type