Plots table.

fd_plots()

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_plots()
#> # A tibble: 16 x 5 #> replicate plot latitude_plot longitude_plot plot_area_m2 #> <chr> <int> <dbl> <dbl> <int> #> 1 A 1 45.6 -84.7 5000 #> 2 A 2 45.6 -84.7 5000 #> 3 A 3 45.6 -84.7 5000 #> 4 A 4 45.6 -84.7 5000 #> 5 B 1 45.6 -84.7 5000 #> 6 B 2 45.6 -84.7 5000 #> 7 B 3 45.6 -84.7 5000 #> 8 B 4 45.6 -84.7 5000 #> 9 C 1 45.6 -84.7 5000 #> 10 C 2 45.6 -84.7 5000 #> 11 C 3 45.6 -84.7 5000 #> 12 C 4 45.6 -84.7 5000 #> 13 D 1 45.6 -84.7 5000 #> 14 D 2 45.6 -84.7 5000 #> 15 D 3 45.6 -84.7 5000 #> 16 D 4 45.6 -84.7 5000