| plot_rarefaction | R Documentation | 
Rarefaction Plot
## S4 method for signature 'RarefactionIndex,missing'
plot(
  x,
  color = NULL,
  symbol = FALSE,
  xlab = NULL,
  ylab = NULL,
  main = NULL,
  sub = NULL,
  ann = graphics::par("ann"),
  axes = TRUE,
  frame.plot = axes,
  panel.first = NULL,
  panel.last = NULL,
  legend = list(x = "topleft"),
  ...
)
x | 
 A RarefactionIndex object to be plotted.  | 
color | 
 A vector of colors (will be mapped to the rownames of   | 
symbol | 
 A specification for the line type (will be mapped to
the names of   | 
xlab, ylab | 
 A   | 
main | 
 A   | 
sub | 
 A   | 
ann | 
 A   | 
axes | 
 A   | 
frame.plot | 
 A   | 
panel.first | 
 An an   | 
panel.last | 
 An   | 
legend | 
 A   | 
... | 
 Further graphical parameters to be passed to
  | 
plot() is called for its side-effects: it results in a graphic being
displayed (invisibly returns x).
N. Frerebeau
Other diversity measures: 
heterogeneity(),
occurrence(),
plot_diversity,
profiles(),
rarefaction(),
richness(),
she(),
similarity(),
simulate(),
turnover()
## Data from Conkey 1980, Kintigh 1989
data("cantabria")
## Replicate fig. 3 from Baxter 2011
rare <- rarefaction(cantabria, sample = 23, method = "baxter")
plot(rare, panel.first = graphics::grid())
## Change graphical parameters
plot(rare, color = color("bright")(5), symbol = 1:5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.