Sensitivity {femmeR} | R Documentation |
Using sensitivity analysis in FEMME a .sns file is generated which can be read and further processed with these functions
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,...)
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 |
read.sns
returns a sns 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")