Functions for Community Data and Ordinations
A collection of functions useful in vegetation community analyses and ordinations.
The ordination functions work as an addition to the functions from the vegan-package.
ordiselect - function)specresponse - function)screeplot_NMDS - function)racurve and racurves-functions)syntable and synsort functions)hcr_resampling function)merge_taxa - function)clean_matrix and trans_matrix - functions)cov2per and per2cov - functions)Furthermore some basic functions are included, such as standard error of the mean sem, coefficient of variance cv or conversion between degrees and radians deg2rad/rad2deg.
Install the released version from CRAN:
install.packages("goeveg")Install the latest version from Github using remotes
remotes::install_github("fvlampe/goeveg")