Description Usage Arguments Value Author(s) References See Also Examples
View source: R/raplot.paired.R
Function raplot.paired
creates a rank-abundance plot on screen, and can show decaying lines with uncertainty zones for two samples fitted by maximum likelihood.
1 2 | raplot.paired(x, y, xlab = "Species rank", ylab = "log (Relative abundance)",
main = "Rank-abundance", sym = c(1, 2), alpha = 0.05)
|
x |
Count vector of the first sample |
y |
Count vector of the second sample |
xlab |
Label x axis |
ylab |
Label y axis |
main |
Main title for the plot |
sym |
Symbols for first and second sample (c(1,2) by default) |
alpha |
Significance level (0.05 by default) |
NULL
Jan Graffelman (jan.graffelman@upc.edu)
Graffelman, J. (2021) Maximum likelihood estimation of the geometric niche preemption model
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.