Description
Modeling Non-Continuous Linear Responses of Ecological Data.
Description
Tools for modeling non-continuous linear responses of ecological communities to environmental data. The package is straightforward through three steps: (1) data ordering (function OrdData()), (2) split-moving-window analysis (function SMW()) and (3) piecewise redundancy analysis (function pwRDA()). Relevant references include Cornelius and Reynolds (1991) <doi:10.2307/1941559> and Legendre and Legendre (2012, ISBN: 9780444538697).
README.md
segRDA
SegRDA provide functions for performing a piecewise redundancy analysis. This package is designed for (1) ordering the target data, (2) identifying the breakpoints using a spli-moving analysis and (3) performing a piecewise regression.
Installation
Either install from CRAN, or directly from GitHub using the code below. Note that GitHub is the development version of the package, which may or may not differ from what’s on CRAN.
# fom CRAN
install.packages("segRDA")
# fom GitHub
# install.packages("devtools")
install_github("DaniloCVieira/segRDA")
library("segRDA")