Learn R Programming

paleofire (version 1.2.4)

plot.pfSiteSel: plot.pfSiteSel

Description

Plot an object of the class "pfSiteSel"

Usage

# S3 method for pfSiteSel
plot(
  x,
  add = NULL,
  type = "Map",
  zoom = "Sites",
  pch = "|",
  xlim = NULL,
  ylim = NULL,
  cex = 1,
  plot_countries = FALSE,
  main = NULL,
  ...
)

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)

main

Title.

Examples

Run this code
# NOT RUN {
ID=pfSiteSel(continent=="North America", long>-100)
plot(ID,zoom="world")


# }

Run the code above in your browser using DataLab