1D-models {femmeR} | R Documentation |
Output from models having a spatial dimension can be read and visualized
read.o2(o2file) plot.o2(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,...)
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 can be found by typing vignette("femmeR")
read.o2
returns a list with components
data |
Modelled data |
depth |
Depths of the data |
time |
Times of the data |
Use at your own risk
Henrik Andersson <h.andersson@nioo.knaw.nl>
Soetaert et al, 2002
## For examples see: vignette("femmeR")