Sensitivity {femmeR}R Documentation

Sensitivity analysis

Description

Using sensitivity analysis in FEMME a .sns file is generated which can be read and further processed with these functions

Usage

read.sns(snsfile)

## S3 method for class 'sns':
plot(x,xvari=1,yvari=2,rev="",type='l',
                     pch=16,main=x$filename,xlab=NULL,ylab=NULL,
                     xlim=NULL,ylim=NULL,...)

## S3 method for class 'sns':
print(x,...)

Arguments

snsfile File ending in .sns generated by FEMME
x object of class sns created by read.sns
xvari Index of X Variable
yvari Index of Y Variable
rev Reversion of axis
type Type of plot, default 'line'
pch Plotting charachter, i.e. symbols
main Main title
xlab X axis label
ylab Y axis label
xlim Limits of the X axis
ylim Limits of the Y axis
... Additional plot parameters

Details

Value

read.sns returns a sns 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.1 Index]