Description Usage Arguments See Also
Plot fire frequency calculated using the kdffreq function
1 2 3 4 5 6 7 8 9 10 11  | 
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  | 
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.