knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-"
)

## Examples
library(leadR)

leadR

Build status Build Status

Find a full documentation of the package on the project page

Overview

Sediment Deposition and Accumulation Rates Determined by 210Pb Isotope Methods.

Installation

The ‘leadR’ package is not available on the official CRAN servers.

However, the latest development builds can directly be installed from GitHub. Simply run the following from an R console

if(!require("devtools"))
  install.packages("devtools")
devtools::install_github("tzerk/leadR")

Features

Example of the 'Constant Flux Constant Sedimentation Rate' (CF:CS) model ouput:

# Load example data (synthetic)
data(Pb)
str(Pb)

# Apply the model
results <- calc_SedimentationRate(x = Pb,
                                  reverse = TRUE,
                                  fix_a0 = FALSE,
                                  verbose = TRUE)

Note

This version is a development version and it comes without any guarentee!

License

The leadR package is licensed under the MIT. See these files in the main directory for additional details:



tzerk/leadR documentation built on May 4, 2019, 3:10 a.m.