Learn R Programming

paleofire (version 1.2.4)

plot.pfCircular: plot.pfCircular

Description

Plot circular block bootstrap percentiles.

Usage

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

Examples

Run this code
# 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)
# }

Run the code above in your browser using DataLab