plot.pfCircular: plot.pfCircular

Description Usage Arguments Author(s) Examples

View source: R/pfCircular.R

Description

Plot circular block bootstrap percentiles.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S3 method for class 'pfCircular'
plot(
  x,
  ylim = NULL,
  xlim = NULL,
  ylab = NULL,
  xlab = NULL,
  main = NULL,
  text = FALSE,
  ...
)

Arguments

x

A "pfCircular" object.

ylim

Numeric, x axis limits.

xlim

Numeric, y axis limits.

ylab

Character, y axis label.

xlab

Character, x axis label.

main

Character, title of the plot.

text

Logical, text options.

...

...

Author(s)

O. Blarquez

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
ID=pfSiteSel(lat>49,lat<75,long>6,long<50)
TR1=pfTransform(ID, method=c("MinMax","Box-Cox","Z-Score"),BasePeriod=c(200,2000))

## Circular block bootstrapp
COMP=pfComposite(TR1, binning=TRUE, bins=seq(0,2000,100))
circ=pfCircular(COMP,conf=c(0.005,0.025,0.975,0.995),nboot=100)
plot(circ)

## End(Not run)

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