Description Usage Arguments Value
Creates a base ggplot object of the raster object
1 2 | plotTile.base(data, layers = NULL, title = "", maxpixels = 5e+05,
reduction = 1, ...)
|
data |
a raster* object to plot |
layers |
(optional) the layers to include as facets |
title |
(optional) a title for the plot |
maxpixels |
(optional) the maximum number of pixels to output |
reduction |
(optional) is a reducing scale factor applied to both x and y axis; will use whichever is less: ncell/(reduction^2) or maxpixels |
... |
other parameters for ggplot |
a ggplot object which can have geoms, scales, etc. added to it (see PlotTile).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.