MonteCarlo {femmeR}R Documentation

Monte Carlo simulations

Description

Using Monte Carlo in FEMME a .crl file is generated which can be read and further processed with these functions

Usage

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,...)

Arguments

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

Details

Value

read.crl returns a crl object

Note

Use at your own risk

Author(s)

Karline Soetaert <k.soetaert@nioo.knaw.nl>

References

Soetaert et al, 2002, Ecological Modelling 151: 177-193

Examples


## For examples see: vignette("femmeR")


[Package femmeR version 0.5.0 Index]