Identify siteid(s)/vegplotid(s) in states/phases of STMs
Source:R/sites_in_state_phase.R
sites_in_state_phase.Rd
sites_in_state_phase
is a way of determining what siteids are associated with
an ecosite state/phase.
Examples
example_data <- access_example_data()
#> Error in access_example_data(): could not find function "access_example_data"
veg_df <- formatted_veg_df(static_location = example_data)
#> Error in formatted_veg_df(static_location = example_data): could not find function "formatted_veg_df"
# user-defined static location -
# veg_df <- formatted_veg_df(static_location = "C:/Users/Nathan.Roe/Documents/SEKI/CA792_veg_data.sqlite")
my_state_phase <- sites_in_state_phase(veg_df = veg_df)
#> Error: object 'veg_df' not found
head(my_state_phase)
#> Error: object 'my_state_phase' not found