Learn R Programming

meteR (version 1.2)

plot.meteRelat: Plot predicted METE relationships and associated observed relationship seen in data

Description

plot.meteRelat plots both the theoretical prediction and data for a meteRelat object

Usage

"plot"(x, add.legend = TRUE, th.col = "red", ...)

Arguments

x
a meteRelat object
add.legend
logical; add a legend
th.col
line color of theoretical prediction
...
arguments to be passed to plot

Details

plot.meteRelat automatically extracts the prediction and data (if used in meteESF) from the meteDist object. Additional plotting arguments can be passed to ....

References

Harte, J. 2011. Maximum entropy and ecology: a theory of abundance, distribution, and energetics. Oxford University Press.

See Also

meteSAR

Examples

Run this code
data(anbo)
anbo.sar <- meteSAR(anbo$spp, anbo$count, anbo$row, anbo$col, Amin=1, A0=16)
plot(anbo.sar)

Run the code above in your browser using DataLab