TIMEZEROD {femmeR}R Documentation

Time depdendent 0-d output

Description

Time-varying, Zero-dimensional variables are stored by FEMME in a .o1 file which can be read and further processed with these functions

Usage

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

Arguments

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

Value

read.o1 returns a list with components

data Modelled data
vars Variable names
units Variable units
filename Filename

Note

Use at your own risk

Author(s)

Henrik Andersson <h.andersson@nioo.knaw.nl>

References

Soetaert et al, 2002

See Also

read.obs

Examples

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

## test.st1 <- read.st1("blaha.st1")
## plot(test.st1)



[Package femmeR version 0.5.1 Index]