Skip to contents

number_plots_by_ecosite describes the number of pedons and vegplots that have been recorded for each ecosite. It also lists the states/phases associated with each ecosite.

Usage

number_plots_by_site(static_location)

Arguments

static_location

the location where a static NASIS database has been saved.

Value

a dataframe describing the number of pedons and vegplots recorded for each ecosite

Examples

example_data <- access_example_data()
#> Error in access_example_data(): could not find function "access_example_data"
my_plots_by_site <- number_plots_by_site(static_location = example_data)
#> Error: object 'example_data' not found
# specify user-defined location -
# my_plots_by_site <- number_plots_by_site(static_location = "C:/Users/Nathan.Roe/Documents/SEKI/CA792_veg_data.sqlite")
head(my_plots_by_site)
#> Error: object 'my_plots_by_site' not found