MonteCarlo {femmeR} | R Documentation |
Using Monte Carlo in FEMME a .crl file is generated which can be read and further processed with these functions
read.crl(crlfile) plot.crl(x,xvari=2,yvari=3,type='p',pch=".",main=x$filename,xlab=NULL,ylab=NULL, mar=NULL,oma=NULL,size=1,...) print.crl(x,...)
crlfile |
File ending in .crl generated by FEMME |
x |
object of class crl created by read.crl |
xvari |
Index of X Variables |
yvari |
Index of Y Variables |
main |
Main title |
xlab |
X axis label |
ylab |
Y axis label |
mar |
Inner margins |
oma |
Outer margins |
type |
Plot type |
pch |
Plot symbol |
size |
Relative size of labels |
... |
Additional plot parameters |
read.crl
returns a crl object
Use at your own risk
Karline Soetaert <k.soetaert@nioo.knaw.nl>
Soetaert et al, 2002, Ecological Modelling 151: 177-193
## For examples see: vignette("femmeR")