Learn R Programming

meteR (version 1.2)

plot.damuth: Plot the relationship between abundance and metabolic rate, i.e. objects of class damuth

Description

Plot abundance-metabolic rate relationship with flexibility to adjust plotting parameters

Usage

"plot"(x, add = FALSE, ...)

Arguments

x
an object of class damuth
add
logical; should new damuth object be added to current plot or made its own plot
...
arguments passed to plot

Details

see examples

References

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

See Also

empiricalSAR, downscaleSAR, upscaleSAR, meteSAR

Examples

Run this code
data(arth)
esf1 <- meteESF(arth$spp, arth$count, arth$mass^0.75)
ebar1 <- ebar(esf1)
plot(ebar1)

Run the code above in your browser using DataLab