golden.age.search: Golden Age Search

Description Usage Arguments Examples

View source: R/golden.age.search.R

Description

This function calculates the age from the input data.

Usage

1
2
3
4
5
6
7
8
9
golden.age.search(
  ar08,
  ar28,
  ar48,
  young.limit = 10,
  old.limit = 5e+05,
  tolerance = 1,
  initial30.32 = 5
)

Arguments

young.limit

Lower boundary of age in years. Default is 10.

old.limit

Upper boundary of age in years. Default is 500,000.

tolerance

Stop iteration, if boundaries are less tolerance from each other. Default is 1.

initial30.32

Value for initial 230Th/232Th value. Default is 5.

data

Data frame as input

Examples

1
golden.age.search(data,tolerance=10)

juliusfoerstel/LaseR documentation built on May 24, 2020, 11:54 a.m.