CRAN
astrochron 0.9
A Computational Tool for Astrochronology
Released Jan 8, 2019 by Stephen Meyers
Dependencies
foreach 1.4.4 IDPmisc 1.1.18 fields 9.6 multitaper 1.0-14 iterators 1.0.10 doParallel 1.0.14
Routines for astrochronologic testing, astronomical time scale construction, and time series analysis. Also included are a range of statistical analysis and modeling routines that are relevant to time scale development and paleoclimate analysis.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>astrochron</artifactId> <version>0.9-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:astrochron')
Test Results
This package was last tested against Renjin 0.9.2719 on Jan 10, 2019.
- asm-examples
- astrochron-package-examples
- bandpass-examples
- cb-examples
- confAdjust-examples
- cycles-examples
- diffAccum-examples
- eha-examples
- etp-examples
- hilbert-examples
- integratePower-examples
- lowpass-examples
- lowspec-examples
- makeNoise-examples
- mtm-examples
- mtmAR-examples
- mtmML96-examples
- multiTest-examples
- mwCor-examples
- mwStats-examples
- mwin-examples
- peak-examples
- periodogram-examples
- pwrLawFit-examples
- rankSeries-examples
- sedRamp-examples
- slideCor-examples
- surrogateCor-examples
- surrogates-examples
- synthStrat-examples
- taner-examples
- timeOpt-examples
- trough-examples
- tune-examples
- xplot-examples