TIMEZEROD {femmeR} | R Documentation |
Time-varying, Zero-dimensional variables are stored by FEMME in a .o1 file which can be read and further processed with these functions
read.o1(o1file) ## S3 method for class 'o1': plot(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,...)
o1file |
File ending in .st1 generated by FEMME |
x |
object of class st1 created by read.o1 |
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.o1
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
## For examples see: vignette("femmeR") ## test.st1 <- read.st1("blaha.st1") ## plot(test.st1)