plot.contiguous: Plot "contiguous" object

Description Usage Arguments Value Author(s) See Also Examples

View source: R/contiguous.R

Description

Plot an object returned by contiguous, plot contiguous cores (or sites) in green (T) and non-contiguous cores in red (F).

Usage

1
2
## S3 method for class 'contiguous'
plot(x, ylim = NULL, xlim = NULL, ...)

Arguments

x

An object returned by contiguous

ylim

Numeric, ylim for the graph

xlim

Numeric, xlim for the graph

...

...

Value

A plot.

Author(s)

O. Blarquez

See Also

contiguous

Examples

1
2
3
4
5
6
## Not run: 
x=pfSiteSel(lat>12,lat<60,long<(-50),long>-140)
cont=contiguous(x)
plot(cont)

## End(Not run)

paleofire documentation built on Jan. 11, 2020, 9:44 a.m.