README.md

adespatial

R-CMD-check CRAN_Status_Badge CRAN Downloads License: GPL v3

Multivariate Multiscale Spatial Analysis

Please note! Since January 2024, this repository has belonged to the adeverse organization. To avoid confusion, we strongly recommend updating any existing local clones to point to the new repository URL. You can do this by using git remote on the command line:

git remote set-url origin git@github.com:adeverse/adespatial.git

or

git remote set-url origin https://github.com/adeverse/adespatial.git

This package 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) and all functions of spacemakeR. To have an overview of the package, read the vignette after installing the package by:

vignette("tutorial", package = "adespatial")

Installing the development version of adespatial

Then:

remotes::install_github("adeverse/adespatial")

If you do not wish to install the development environments Rtools (Windows) / XCode (Mac), we can supply binary packages of the development version of adespatial on request.

Installing the stable version of adespatial

install.packages("adespatial")

Loading adespatial

library("adespatial")


sdray/adespatial documentation built on March 30, 2024, 12:30 a.m.