Inverse {femmeR} | R Documentation |
Using inverse analysis in FEMME a .web file is generated which can be read and further processed with these functions
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, ...)
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 |
read.web
returns a web object
Use at your own risk
Karline Soetaert <k.soetaert@nioo.knaw.nl
Soetaert et al, 2002, Ecological Modelling 151: 177-193
## For examples see: vignette("femmeR")