Description Usage Arguments Examples
View source: R/golden.age.search.R
This function calculates the age from the input data.
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
)
|
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 |
1 | golden.age.search(data,tolerance=10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.