Inverse {femmeR}R Documentation

Inverse analyis

Description

Using inverse analysis in FEMME a .web file is generated which can be read and further processed with these functions

Usage

read.web(webfile)

## S3 method for class 'web':
plot(x, sizelab = 1.5, sizefig = 1.3, main="",sub="", log=FALSE,
legend=TRUE,...)

dotchart.web(x, log="", pch = 16, bg = par("bg"), color = par("fg"), 
                            lcolor = "gray", xlim = NULL, main = NULL, 
                            xlab = NULL, ylab = NULL,sizelab = 1.0, ...)

Arguments

webfile File ending in .web generated by FEMME
x object of class web created by read.web
sizelab Size of labels
sizefig Size of figure
sub Subtitle
log Arrow thickness on log scale
legend Create legend
pch Plot symbol
bg the background color of plotting characters or symbols to be used
color the color(s) to be used for points an labels
lcolor the color(s) to be used for the horizontal lines
xlim horizontal range for the plot
main overall title for the plot, see title
xlab, ylab axis annotations as in title.
... Additional plot parameters

Value

read.web returns a web object

Note

Use at your own risk

Author(s)

Karline Soetaert <k.soetaert@nioo.knaw.nl

References

Soetaert et al, 2002, Ecological Modelling 151: 177-193

Examples


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


[Package femmeR version 0.5.1 Index]