Subplots table.

fd_subplots()

Value

A data.frame or tibble. Call fd_metadata for field metadata.

Author

Measurements by Gough Lab at the University of Michigan Biological Station.

Examples

fd_subplots()
#> # A tibble: 32 x 8 #> replicate plot subplot latitude_subplot longitude_subplot subplot_area_m2 #> <chr> <int> <chr> <dbl> <dbl> <int> #> 1 A 1 E 45.6 -84.7 1000 #> 2 A 1 W 45.6 -84.7 1000 #> 3 A 2 E 45.6 -84.7 1000 #> 4 A 2 W 45.6 -84.7 1000 #> 5 A 3 E 45.6 -84.7 1000 #> 6 A 3 W 45.6 -84.7 1000 #> 7 A 4 E 45.6 -84.7 1000 #> 8 A 4 W 45.6 -84.7 1000 #> 9 B 1 E 45.6 -84.7 1000 #> 10 B 1 W 45.6 -84.7 1000 #> # ... with 22 more rows, and 2 more variables: disturbance_severity <int>, #> # treatment <chr>