plot.meteRelat {meteR} | R Documentation |
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
## S3 method for class 'meteRelat'
plot(x, add.legend = TRUE, th.col = "red", ...)
Arguments
x |
a |
add.legend |
logical; add a legend |
th.col |
line color of theoretical prediction |
... |
arguments to be passed to |
Details
plot.meteRelat
automatically extracts the prediction and data (if used
in meteESF
) from the meteDist
object. Additional plotting
arguments can be passed to ...
.
Author(s)
Andy Rominger <ajrominger@gmail.com>, Cory Merow
References
Harte, J. 2011. Maximum entropy and ecology: a theory of abundance, distribution, and energetics. Oxford University Press.
See Also
meteSAR
Examples
data(anbo)
anbo.sar <- meteSAR(anbo$spp, anbo$count, anbo$row, anbo$col, Amin=1, A0=16)
plot(anbo.sar)
[Package meteR version 1.2 Index]