The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

SpatialPosition

Version R-CMD-check

Stewart Potentials

R package for computing spatial position models:

:warning: Functions related to Stewart’s potential are deprecated. Please use the potential package instead.

Installation

From CRAN

Stable version

install.packages("SpatialPosition")

From GitHub

Development version / unstable

require(remotes)
remotes::install_github("riatelab/SpatialPosition")

From Archive

Version 2.0.0 of the package is a major release that should not break old code.
Anyway, in case of problem you can use these lines to get a previous version of the package.

packageurl <- "https://cran.r-project.org/src/contrib/Archive/SpatialPosition/SpatialPosition_1.2.0.tar.gz"
install.packages(packageurl, repos=NULL, type="source")

Demo

Vignettes contain commented scripts on how to use SpatialPostion.

vignette(topic = "SpatialPosition")
vignette(topic = "StewartExample")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.