powered by
Implements the maximum likelihood algorithm of Ludwig (1998)
ludwig(x, ...)# S3 method for default ludwig(x, ...)# S3 method for UPb ludwig(x, exterr = FALSE, ...)
# S3 method for default ludwig(x, ...)
# S3 method for UPb ludwig(x, exterr = FALSE, ...)
an object of class UPb
UPb
optional arguments
propagate external sources of uncertainty (e.g., decay constant)?
Ludwig, K.R., 1998. On the treatment of concordant uranium-lead ages. Geochimica et Cosmochimica Acta, 62(4), pp.665-676.
# NOT RUN { f <- system.file("UPb4.csv",package="IsoplotR") d <- read.data(f,method="U-Pb",format=4) fit <- ludwig(d) # }
Run the code above in your browser using DataLab