| radfitresult | R Documentation | 
Provides alternative methods of obtaining rank abundance curves than provided by functions radfit, fisherfit and prestonfit (vegan), although these same functions are called.
radfitresult(x,y="",factor="",level,plotit=T)
x | 
 Community data frame with sites as rows, species as columns and species abundance as cell values.  | 
y | 
 Environmental data frame.  | 
factor | 
 Variable of the environmental data frame that defines subsets to calculate fitted rank-abundance curves for.  | 
level | 
 Level of the variable to create the subset to calculate fitted rank-abundance curves.  | 
plotit | 
  Plot the results obtained by   | 
These functions provide some alternative methods of obtaining fitted rank-abundance curves, although functions radfit, fisherfit and prestonfit (vegan) are called to calculate the actual results.
The function returns the results from three methods of fitting rank-abundance curves:
radfit | 
  results of   | 
fisherfit | 
  results of   | 
prestonfit | 
  results of   | 
Optionally, a plot is provided of the radfit results by plot.radfit.
Roeland Kindt (World Agroforestry Centre)
Kindt, R. & Coe, R. (2005) Tree diversity analysis: A manual and software for common statistical methods for ecological and biodiversity studies.
https://www.worldagroforestry.org/output/tree-diversity-analysis
library(vegan)
data(BCI)
BCIall <- t(as.matrix(colSums(BCI)))
radfitresult(BCIall)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.