Steady-State {femmeR}R Documentation

Steady state output

Description

Using SolveSteady = TRUE in FEMME a .st1 file is generated which can be read and further processed with these functions

Usage

read.st1(st1file)

## S3 method for class 'st1':
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

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

Details

Value

read.st1 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

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

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

[Package femmeR version 0.5.1 Index]