Skip to contents

Replaces SpHiProp, SumHiProp, FallHiProp in every row of fire_size_table with the calibrated triple (shared across all ecoregion rows).

Usage

apply_calibrated_hi_prop(fire_size_table, calibrated_fire_params)

Arguments

fire_size_table

data.frame as produced by a project's make_fire_size_table()-equivalent. Must have columns SpHiProp, SumHiProp, FallHiProp.

calibrated_fire_params

Named numeric vector. Must include SpHiProp, SumHiProp, FallHiProp entries.

Value

A copy of fire_size_table with the three HiProp columns updated.