You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The separate prep_carbon() and estimate_carbon() functions are no longer exported and are replaced by the combined fia_estimate() function.
Added fia_annualize() which is a wrapper for df |> expand_data() |> interpolate_data |> adjust_mortality() and prefered over running each step separately as the individual steps contain artifacts of the annualization process.
Renamed split_composite_ids() to fia_split_composite_ids()
Renamed add_composite_ids() to fia_add_composite_ids()