plot.pfSiteSel: plot.pfSiteSel

Description Usage Arguments Author(s) Examples

View source: R/pfSiteSel.R

Description

Plot an object of the class "pfSiteSel"

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## S3 method for class '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.

...

...

Author(s)

O. Blarquez

Examples

1
2
ID=pfSiteSel(continent=="North America", long>-100)
plot(ID,zoom="world")

oblarquez/paleofire documentation built on Dec. 29, 2021, 11 a.m.