Nested subplots table.

fd_nested_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_nested_subplots()
#> # A tibble: 288 x 5 #> replicate plot subplot nested_subplot nested_subplot_area_m2 #> <chr> <int> <chr> <int> <int> #> 1 A 1 E 1 1 #> 2 A 1 E 2 1 #> 3 A 1 E 3 1 #> 4 A 1 E 4 1 #> 5 A 1 E 5 1 #> 6 A 1 E 6 1 #> 7 A 1 E 7 1 #> 8 A 1 E 8 1 #> 9 A 1 E 9 1 #> 10 A 2 E 1 1 #> # ... with 278 more rows