Skip to content

forestTIME.builder 2.0.0

Choose a tag to compare

@Aariq Aariq released this 08 Jul 17:38
  • 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()
  • Renamed prep_data() to fia_tidy()
  • Renamed read_fia() to fia_load()
  • Renamed get_fia_tables() to fia_download()