plot_rank | R Documentation |
Plots a rank vs relative abundance diagram.
plot_rank(object, ...)
## S4 method for signature 'matrix'
plot_rank(
object,
log = NULL,
color = NULL,
symbol = FALSE,
main = NULL,
sub = NULL,
ann = graphics::par("ann"),
axes = TRUE,
frame.plot = axes,
panel.first = NULL,
panel.last = NULL,
legend = list(x = "topright"),
...
)
## S4 method for signature 'data.frame'
plot_rank(
object,
log = NULL,
main = NULL,
sub = NULL,
ann = graphics::par("ann"),
axes = TRUE,
frame.plot = axes,
panel.first = NULL,
panel.last = NULL,
legend = list(x = "topright"),
...
)
object |
A |
... |
Further graphical parameters. |
log |
A |
color |
A vector of colors (will be mapped to the rownames of |
symbol |
A specification for the line type (will be mapped to
the rownames of |
main |
A |
sub |
A |
ann |
A |
axes |
A |
frame.plot |
A |
panel.first |
An an |
panel.last |
An |
legend |
A |
plot_rank()
is called for its side-effects: it results in a graphic
being displayed (invisibly returns object
).
N. Frerebeau
Magurran, A. E. (1988). Ecological Diversity and its Measurement. Princeton, NJ: Princeton University Press. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/978-94-015-7358-0")}.
Other plot methods:
matrigraph()
,
plot_bertin()
,
plot_diceleraas()
,
plot_ford()
,
plot_heatmap()
,
plot_spot()
,
seriograph()
## Data from Conkey 1980, Kintigh 1989
data("cantabria")
## Plot rank vs abundance
plot_rank(cantabria)
## Change graphical parameters
plot_rank(cantabria, color = color("bright"), symbol = 15:19)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.