knitr::opts_chunk$set(
  collapse = TRUE,
  warning = TRUE,
  message = TRUE,
  width = 120,
  comment = "#>",
  fig.retina = 2,
  fig.path = "README-"
)

Build Status Build status codecov Project Status: WIP

An R package to use output from the bikedata package to analyse distance decay functions. The package mostly relies on two corresponding matrices of numbers of trips and distances between all pairs of stations. These data are bundled internally as tripmats and distmats, respectively.

Installation

devtools::install_github("mpadge/distdecay")


mpadge/distdecay documentation built on May 24, 2019, 6:08 a.m.