Package: align 0.1.0
Cedric Hagen
align: A Modified DTW Algorithm for Stratigraphic Time Series Alignment
A dynamic time warping (DTW) algorithm for stratigraphic alignment, translated into R from the original published 'MATLAB' code by Hay et al. (2019) <doi:10.1130/G46019.1>. The DTW algorithm incorporates two geologically relevant parameters (g and edge) for augmenting the typical DTW cost matrix, allowing for a range of sedimentologic and chronologic conditions to be explored, as well as the generation of an alignment library (as opposed to a single alignment solution). The g parameter relates to the relative sediment accumulation rate between the two time series records, while the edge parameter relates to the amount of total shared time between the records. Note that this algorithm is used for all DTW alignments in the Align Shiny application, detailed in Hagen et al. (in review).
Authors:
align_0.1.0.tar.gz
align_0.1.0.tar.gz(r-4.5-noble)align_0.1.0.tar.gz(r-4.4-noble)
align_0.1.0.tgz(r-4.4-emscripten)align_0.1.0.tgz(r-4.3-emscripten)
align.pdf |align.html✨
align/json (API)
# Install 'align' in R: |
install.packages('align', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
- candidate_data - Synthetic Candidate Data
- target_data - Synthetic Target Data
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 2 years agofrom:95653eff2f. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 21 2024 |
R-4.5-linux | OK | Oct 21 2024 |
Exports:dtw_r
Dependencies:matlab
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Synthetic Candidate Data | candidate_data |
dtw_r | dtw_r |
Synthetic Target Data | target_data |