ggplot.zonation: Plot a zonation object

Description Usage Arguments Examples

View source: R/ggplot.zonation.r

Description

Plot a zonation object using ggplot

Usage

1
2
## S3 method for class 'zonation'
ggplot(data, ...)

Arguments

data

a zonation object.

...

other arguments.

Examples

1
2
3
4
5
6
library(raster)
r1 <- raster(matrix(runif(200^2, 0, 1), 200))
r2 <- raster(matrix(runif(200^2, 0, 1), 200))
plan <- zonation(stack(r1, r2))
library(ggplot2)
ggplot(plan)

wkmor1/rzonation documentation built on Jan. 18, 2020, 4:47 a.m.