Skip to content
/ gravy Public

R package for gradient analysis of community data, including HOF models

License

Notifications You must be signed in to change notification settings

jarioksa/gravy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WELCOME TO GRAVY

Gravy stands for gradient analysis of vegetation, and was intended to provide general tools for gradient analysis. The main purpose of gravy was to provide functions for fitting so-called HOF models, but here it is superseded by CRAN package eHOF, and after release of eHOF the package development stalled.

Some bits and pieces that may still be useful include:

  • Derivatives of HOF functions and Beta diversity assessed as the rate of change of community composition (Oksanen & Tonteri, J. Veg. Sci. 6, 815-824, 1995).
  • Assessment of niche overlap of HOF responses (Lawesson & Oksanen, J. Veg. Sci. 13, 279-290, 2002).
  • Rescaling of ecological gradients either to constant rate of change of community composition or using Hill's measures of betadiversity.

INSTALLATION

Package contains C source code and you need a C compiler to build and install the package. If you have such tools and do not want to have full git repository, you can use remotes package in R:

install.packages("remotes")
remotes::install_github("jarioksa/gravy")

To install binary version without needing to compile C source code, you can install the package from R-Universe:

install.packages("gravy",
    repos =
	c("https://jarioksa.r-universe.dev","https://cloud.r-project.org"))

About

R package for gradient analysis of community data, including HOF models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published