All Projects → riatelab → SpatialPosition

riatelab / SpatialPosition

Licence: other
R package for computing spatial position models

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to SpatialPosition

Osmnx
OSMnx: Python for street networks. Retrieve, model, analyze, and visualize street networks and other spatial data from OpenStreetMap.
Stars: ✭ 3,357 (+11090%)
Mutual labels:  accessibility, spatial-analysis
public-transit-tools
Tools for working with GTFS public transit data in ArcGIS
Stars: ✭ 126 (+320%)
Mutual labels:  accessibility, spatial-analysis
Recommenderlab
recommenderlab - Lab for Developing and Testing Recommender Algorithms - R package
Stars: ✭ 174 (+480%)
Mutual labels:  cran
rtide
R package to calculate tide heights
Stars: ✭ 14 (-53.33%)
Mutual labels:  cran
Margins
An R Port of Stata's 'margins' Command
Stars: ✭ 225 (+650%)
Mutual labels:  cran
Randomforestexplainer
A set of tools to understand what is happening inside a Random Forest
Stars: ✭ 175 (+483.33%)
Mutual labels:  cran
Reactr
React for R
Stars: ✭ 227 (+656.67%)
Mutual labels:  cran
Simmer
Discrete-Event Simulation for R
Stars: ✭ 170 (+466.67%)
Mutual labels:  cran
idear
🎙️ Handsfree Audio Development Interface
Stars: ✭ 84 (+180%)
Mutual labels:  accessibility
Pacman
A package management tools for R
Stars: ✭ 220 (+633.33%)
Mutual labels:  cran
slack-channels-grouping
Chrome extension. Grouping slack channels.
Stars: ✭ 69 (+130%)
Mutual labels:  accessibility
Bookdownplus
The easiest way to use R package bookdown for writing varied types of books and documents
Stars: ✭ 198 (+560%)
Mutual labels:  cran
Icd
Fast ICD-10 and ICD-9 comorbidities, decoding and validation in R. NB use main instead of master for default branch.
Stars: ✭ 178 (+493.33%)
Mutual labels:  cran
Littler
A scripting and command-line front-end for GNU R
Stars: ✭ 238 (+693.33%)
Mutual labels:  cran
Checkmate
Fast and versatile argument checks
Stars: ✭ 174 (+480%)
Mutual labels:  cran
accessibility-resources
A curated list of accessibility resources
Stars: ✭ 66 (+120%)
Mutual labels:  accessibility
Arsenal
An Arsenal of 'R' Functions for Large-Scale Statistical Summaries
Stars: ✭ 171 (+470%)
Mutual labels:  cran
Opendata
CRAN OpenData Task View
Stars: ✭ 188 (+526.67%)
Mutual labels:  cran
Tint
Tint is not Tufte
Stars: ✭ 226 (+653.33%)
Mutual labels:  cran
migraph
Tools for multimodal and multilevel network analysis
Stars: ✭ 25 (-16.67%)
Mutual labels:  cran

SpatialPosition

Version R build status

Stewart Potentials

R package for computing spatial position models:

  • Stewart potentials ⚠️
  • Reilly catchment areas
  • Huff catchment areas

⚠️ 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.

  • Introduction to the SpatialPosition package :
vignette(topic = "SpatialPosition")
  • Stewart Potentials: a Use Case :
vignette(topic = "StewartExample")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].