plotTile.base: Creates a base ggplot object of the raster object

Description Usage Arguments Value

View source: R/Plot.R

Description

Creates a base ggplot object of the raster object

Usage

1
2
plotTile.base(data, layers = NULL, title = "", maxpixels = 5e+05,
  reduction = 1, ...)

Arguments

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

Value

a ggplot object which can have geoms, scales, etc. added to it (see PlotTile).


henkelstone/NPEL.Classification documentation built on May 17, 2019, 3:42 p.m.