lookup_management: Match transect management history and other site-level...

View source: R/lookup_management.R

lookup_managementR Documentation

Match transect management history and other site-level information

Description

Match transect management history and other site-level information

Usage

lookup_management(raw_field_data, management_lookup_data)

Arguments

raw_field_data

A data_frame of raw percentage cover counts at the quadrat level, grouped by transect. Should contain the columns: transect_number, quadrat, species, and percent_cover.

management_lookup_data

A data_frame containing site information for each transect transect_number. At minimum the columns management and years_since must be present (necessary for casefile creation to learn the GrasslandBBN). Other variables may be included for analysis if desired.

Value

raw_field_data_w_management The new data frame containing raw field data plus additional matched columns in management_lookup_data.


egouldo/GrasslandAllocatr documentation built on Oct. 19, 2022, 8:18 a.m.