Skip to content

Reconsider engine parameter of c14_calibrate() #26

@joeroe

Description

@joeroe

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions