as.fissiontracks | R Documentation |
transform into a "fissiontracks"
object
as.fissiontracks(x, spotsize = 40, zeta, ages = FALSE)
x |
a data.frame of spontaneous and fission track counts and the U-concentration |
spotsize |
the laser ablation spot size |
zeta |
the zeta calibration constant extracted from the input data |
ages |
logical. |
An object of class fissiontracks
data(standard)
session.zeta <- zeta_ICP(standard, spotsize = 40, mineral = "apatite", standard = "Dur")
data("sample")
as.fissiontracks(sample, spotsize = 40, zeta = session.zeta$zeta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.