Learn R Programming

paleofire (version 1.2.4)

plot.contiguous: Plot "contiguous" object

Description

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

Usage

# S3 method for 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.

See Also

contiguous

Examples

Run this code
# NOT RUN {
x=pfSiteSel(lat>12,lat<60,long<(-50),long>-140)
cont=contiguous(x)
plot(cont)
# }

Run the code above in your browser using DataLab