powered by
Transforms oxcAAR output to a tidy data format. See http://vita.had.co.nz/papers/tidy-data.html and https://CRAN.R-project.org/package=broom
get_tidy_oxcalresult(x)# S3 method for default get_tidy_oxcalresult(x)# S3 method for oxcAARCalibratedDate get_tidy_oxcalresult(x)# S3 method for oxcAARCalibratedDatesList get_tidy_oxcalresult(x)
# S3 method for default get_tidy_oxcalresult(x)
# S3 method for oxcAARCalibratedDate get_tidy_oxcalresult(x)
# S3 method for oxcAARCalibratedDatesList get_tidy_oxcalresult(x)
an object of class oxcAARCalibratedDate or oxcAARCalibratedDatesList
a data.frame (with list columns)
# NOT RUN { x <- oxcalCalibrate(c(5000, 4500, 3000), c(20, 50, 60)) get_tidy_oxcalresult(x) y <- oxcalCalibrate(5000, 20)[[1]] get_tidy_oxcalresult(y) # } # NOT RUN { # }
Run the code above in your browser using DataLab