1D-models {femmeR}R Documentation

Models with 1 spatial dimension

Description

Output from models having a spatial dimension can be read and visualized

Usage

read.o2(o2file)

## S3 method for class 'o2':
plot(x,zvari=1,col=topo.colors(100),nlevels=10,
        xlab="Time",ylab="Depth",rev="",xlim=NULL,
        ylim=NULL,labcex=1.5,linecol=1,contour=TRUE,...)

Arguments

o2file File ending in .o2 generated by FEMME
x object of class o2 created by read.o2
zvari Index of Z Variable, or string with variable name
rev Reversion of axis
xlab X axis label
ylab Y axis label
xlim Limits of the X axis
ylim Limits of the Y axis
col Color palette
nlevels Number of contour lines
labcex Size of contour line labels
linecol Color of contour lines
contour Logical to plot contour lines
... Additional plot parameters

Details

Details can be found by typing vignette("femmeR")

Value

read.o2 returns a list with components

data Modelled data
depth Depths of the data
time Times of the data

Note

Use at your own risk

Author(s)

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

References

Soetaert et al, 2002

Examples

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

[Package femmeR version 0.5.1 Index]