plot.damuth: Plot the relationship between abundance and metabolic rate,...

Description Usage Arguments Details Author(s) References See Also Examples

View source: R/plot.damuth.R

Description

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

Usage

1
2
## S3 method for class 'damuth'
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

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

empiricalSAR, downscaleSAR, upscaleSAR, meteSAR

Examples

1
2
3
4
data(arth)
esf1 <- meteESF(arth$spp, arth$count, arth$mass^0.75)
ebar1 <- ebar(esf1)
plot(ebar1)

cmerow/meteR documentation built on May 13, 2019, 8:23 p.m.