PlotAuppervAlower {cheddar} | R Documentation |
High-level function for plotting upper-versus-lower link angles.
PlotAuppervAlower(community,
main=CPS(community)$title,
xlab=~A[lower],
ylab=~A[upper],
xlim=c(-180, 180),
ylim=c(-180, 180),
pch=19,
...)
community |
an object of class |
main |
title of the plot |
xlab |
title of the x axis. |
ylab |
title of the y axis. |
xlim |
limits of the x axis. |
ylim |
limits of the y axis. |
pch |
plotting symbol. |
... |
other values to plot functions. |
Lawrence Hudson
Cohen, J.E. and Schittler, D.N. and Raffaelli, D.G. and Reuman, D.C. (2009) Food webs are more than the sum of their tritrophic parts. Proceedings of the National Academy of Sciences of the United States of America 106, 52, 22335–22340.
data(TL84)
PlotAuppervAlower(TL84)