项目作者: vsimko

项目描述 :
R Package: Road Condition Analysis
高级语言: R
项目地址: git://github.com/vsimko/rroad.git
创建时间: 2016-02-05T14:54:36Z
项目社区:https://github.com/vsimko/rroad

开源协议:Other

下载


rroad R package

Set of tools for monitoring road condition.

Currently, the following features are supported:

  • International Roughness Index (IRI) computation
    • continuously increasing segment
    • fixed length overlapping segments with an offset

Build Status codecov.io CRAN Status Rdoc

Download and Install

To download the development version of the package, type the following at the R command line:

  1. install.packages("devtools")
  2. devtools::install_github("vsimko/rroad")

To download the release version of the package on CRAN, type the following at the R command line:

  1. install.packages("rroad")

Examples

  1. profile <- rnorm(10000)
  2. iri <- CalculateIRIperSegments(profile, IRI_COEF_100, 20)
  3. par(mfrow = c(1,2)) # space for two diagrams
  4. plot(profile, type = "l",
  5. xlab = "Distance [dm]", ylab = "Profile [mm]",
  6. main = "Read profile (Laser measurement)")
  7. plot(iri, type = "s",
  8. xlab = "Segment", ylab = "IRI [m/km]",
  9. main = "International Roughness Index (IRI)\nsample = 10cm, segment = 20m")

References

Sayers, Michael W; Gillespie, Thomas D; Queiroz, Cesar A.V. 1986 The International Road Roughness Experiment (IRRE) : establishing correlation and a calibration standard for measurements. World Bank technical paper ; no. WTP 45. Washington, DC : The World Bank. Link