Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reconsider engine parameter of c14_calibrate() #26

Open
joeroe opened this issue Oct 17, 2024 · 0 comments
Open

Reconsider engine parameter of c14_calibrate() #26

joeroe opened this issue Oct 17, 2024 · 0 comments
Milestone

Comments

@joeroe
Copy link
Owner

joeroe commented Oct 17, 2024

If we provide a more opinionated way of representing calibrated distributions (#21), it might no longer make sense to calibrate them directly with other packages, because these return full distributions.

In that case this something like c14_calibrate(5000, 30, engine = "rcarbon") could be replaced with:

rcarbon::calibrate(5000, 30) |>
    as_cal()

Related to #24.

@joeroe joeroe added this to the v0.1 milestone Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant