Steady-State {femmeR} | R Documentation |
Using SolveSteady = TRUE in FEMME a .st1 file is generated which can be read and further processed with these functions
read.st1(st1file) plot.st1(x,xvari=1,yvari=2,rev="",type='l',obs=NULL,pch=16,main=x$filename, xlab=NULL,ylab=NULL,xlim=NULL,ylim=NULL,mar=NULL,oma=NULL,obsname=obs$filename,...)
st1file |
File ending in .st1 generated by FEMME |
x |
object of class st1 created by read.st1 |
xvari |
Index of X Variable |
yvari |
Index of Y Variable |
rev |
Reversion of axis |
obs |
Observation object created by read.obs |
obsname |
Name of observation for title |
main |
Main title |
xlab |
X axis label |
ylab |
Y axis label |
xlim |
Limits of the X axis |
ylim |
Limits of the Y axis |
mar |
Inner margins |
oma |
Outer margins |
type |
Plot type |
pch |
Plotting character |
... |
Additional plot parameters |
read.st1
returns a list with components
data |
Modelled data |
vars |
Variable names |
units |
Variable units |
filename |
Filename |
Use at your own risk
Henrik Andersson <h.andersson@nioo.knaw.nl>
Soetaert et al, 2002
## test.st1 <- read.st1("blaha.st1") ## plot(test.st1) ## For examples see: vignette("femmeR")