Multivariate Multiscale Spatial Analysis
This package is under development and not yet on CRAN. It contains some new functions and many others that were included in development packages hosted in the sedaR project on R-Forge.
For instance, adespatial
includes the forward.sel
function (formerly in packfor
).
To install the development version from github:
-
Install the release version of
devtools
from CRAN withinstall.packages("devtools")
. -
Make sure you have a working development environment.
- Windows: Install Rtools.
- Mac: Install Xcode from the Mac App Store.
- Linux: Install a compiler and various development libraries (details vary across different flavors of Linux).
Then:
library(devtools)
install_github("sdray/ade4")
install_github("sdray/adegraphics")
install_github("sdray/adespatial")
Once installed, the package can be loaded using:
library("adespatial")