plot.kdffreq: plot.kdffreq

Description Usage Arguments See Also

View source: R/kdffreq.R

Description

Plot fire frequency calculated using the kdffreq function

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S3 method for class 'kdffreq'
plot(
  x,
  ylim = NULL,
  xlim = NULL,
  main = NULL,
  xlab = "Age",
  ylab = "FF (#.yr-1)",
  frame = T,
  ...
)

Arguments

x

Object returned by kdffreq

ylim

Numeric, y axis limits

xlim

Numeric x axis limits

main

char, title of plot

xlab

char, x axis legend

ylab

char, y axis legend

frame

frame around plot

...

other arguments

See Also

kdffreq @examples

set.seed(123) fevent=c(round(abs(rnorm(20,mean=7,sd=5))*1000),round(abs(rnorm(10,mean=8,sd=1))*1000))

ff=kdffreq(fevent,bandwidth = 1000, nbboot=10) plot(ff)


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