These data include latitude and longitude of each plot as well as eperimental assignments inluding disturbance_severity and treatment.

fd_plot_metadata()

Value

A A data.frame or tibble with the experimental treatments by UMBS plot.

Examples

fd_plot_metadata()
#> # A tibble: 336 x 10 #> replicate plot subplot latitude longitude disturbance_severity treatment #> <chr> <int> <chr> <dbl> <dbl> <int> <chr> #> 1 A 1 E 45.6 -84.7 85 B #> 2 A 1 W 45.6 -84.7 85 T #> 3 A 2 E 45.6 -84.7 45 T #> 4 A 2 W 45.6 -84.7 45 B #> 5 A 3 E 45.6 -84.7 65 B #> 6 A 3 W 45.6 -84.7 65 T #> 7 A 4 E 45.6 -84.7 0 B #> 8 A 4 W 45.6 -84.7 0 T #> 9 B 1 E 45.6 -84.7 0 B #> 10 B 1 W 45.6 -84.7 0 T #> # ... with 326 more rows, and 3 more variables: plot_type <chr>, nsp_id <int>, #> # area <int>