raplot.paired: Rank-abundance plot for two samples

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

View source: R/raplot.paired.R

Description

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.

Usage

1
2
raplot.paired(x, y, xlab = "Species rank", ylab = "log (Relative abundance)",
              main = "Rank-abundance", sym = c(1, 2), alpha = 0.05)

Arguments

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)

Value

NULL

Author(s)

Jan Graffelman (jan.graffelman@upc.edu)

References

Graffelman, J. (2021) Maximum likelihood estimation of the geometric niche preemption model

See Also

raplot

Examples

1
2
data("Mehrabi")
raplot.paired(Mehrabi[,1],Mehrabi[,2])

MLpreemption documentation built on Feb. 11, 2021, 5:07 p.m.