Learn R Programming

paleofire (version 1.1.8)

plot.pfSiteSel: plot.pfSiteSel

Description

Plot an object of the class "pfSiteSel"

Usage

"plot"(x, add = NULL, type = "Map", zoom = "Sites", pch = "|", xlim = NULL, ylim = NULL, cex = 1, plot_countries = FALSE, ...)

Arguments

x
An object of the class "pfSiteSel".
add
An object returned by pfAddData (optional).
type
Character, type of plot among "Map" or "Chronology".
zoom
Character, zooming factor for type="Map": "Sites" or "World"
pch
Pointer type see plot.
xlim
Numeric, x axis limits.
ylim
Numeric, y axis limits.
cex
Numeric, size of points.
plot_countries
Logical, default FALSE (if TRUE plot countries borderlines and coastlines)
...
...

Examples

Run this code

ID=pfSiteSel(id_region=="ENA0", long>-100)
plot(ID,zoom="world")


Run the code above in your browser using DataLab