add_ozcbi_forest: Add the OzCBI calculated from the burn grading data

View source: R/add_ozcbi_forest.R

add_ozcbi_forestR Documentation

Add the OzCBI calculated from the burn grading data

Description

[Superseded]

Usage

add_ozcbi_forest(burngrading)

Arguments

burngrading

A data.frame of burn grading data, collected with ODK Collect from the form "Burn Grading 0.1" and downloaded with ruODK::odata_submission_get(wkt=T).

Value

The input data.frame with an extra variable, 'ozcbi'.

See Also

Other ozcbi: calculate_ozcbi_forest()

Examples

data("bgf")
data_with_ozcbi <- add_ozcbi_forest(bgf)
names(data_with_ozcbi)

dbca-wa/rGeoCBI documentation built on Aug. 25, 2023, 2:17 a.m.