Package: rroad 0.0.5
rroad: Road Condition Analysis
Computation of the International Roughness Index (IRI) given a longitudinal road profile. The IRI can be calculated for a single road segment or for a sequence of segments with a fixed length (e. g. 100m). For the latter, an overlap of the segments can be selected. The IRI and likewise the algorithms for its determination are defined in 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. (ISBN 0-8213-0589-1) available from <http://documents.worldbank.org/curated/en/326081468740204115>.
Authors:
rroad_0.0.5.tar.gz
rroad_0.0.5.zip(r-4.7)rroad_0.0.5.zip(r-4.6)rroad_0.0.5.zip(r-4.5)
rroad_0.0.5.tgz(r-4.6-any)rroad_0.0.5.tgz(r-4.5-any)
rroad_0.0.5.tar.gz(r-4.7-any)rroad_0.0.5.tar.gz(r-4.6-any)
rroad_0.0.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
rroad/json (API)
| # Install 'rroad' in R: |
| install.packages('rroad', repos = c('https://vsimko.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/vsimko/rroad/issues
carindexirimonitoringroad-conditionroad-safetyroad-trafficroadsroads-and-highwaysroughness
Last updated from:42a32a193d. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 135 | ||
| source / vignettes | OK | 155 | ||
| linux-release-x86_64 | OK | 129 | ||
| macos-release-arm64 | OK | 127 | ||
| macos-oldrel-arm64 | OK | 129 | ||
| windows-devel | OK | 77 | ||
| windows-release | OK | 71 | ||
| windows-oldrel | OK | 64 | ||
| wasm-release | OK | 90 |
Exports:CalculateIRIContinuouslyCalculateIRIperSegmentsCalculateIRIperSegmentsOverlapping
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Computes the IRI for a continuously increasing segment given a road profile | CalculateIRIContinuously |
| Computes the IRI for fixed length segments (e.g. 100m segments) given a road profile. | CalculateIRIperSegments |
| Computes the IRI for fixed length overlapping segments (e.g. 100 m segments) with an offset (e.g. 20 m) given a road profile | CalculateIRIperSegmentsOverlapping |
| precomputed coeficients 100 mm segments (lazily evaluated promise) | IRI_COEF_100 |
| precomputed coeficients 250 mm segments (lazily evaluated promise) | IRI_COEF_250 |
