-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
79 additions
and
936 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#' Biomass and soil data from FluxNet sites | ||
#' | ||
#' Contains data from 246 Fluxnet sites. | ||
#' Variables include aboveground and belowground biomass in various pools, | ||
#' plus soil texture/chemistry/horizonation/C&N stocks. | ||
#' | ||
#' @format ## `BADM` | ||
#' A data frame with 12,300 rows and 13 columns: | ||
#' \describe{ | ||
#' \item{SITE_ID}{Fluxnet code for the site} | ||
#' \item{LOCATION_ELEV, LOCATION_LAT, LOCATION_LON}{site coordinates} | ||
#' \item{Date}{Measurement date} | ||
#' \item{GROUP_ID}{TODO} | ||
#' \item{VARIABLE_GROUP}{category, eg abovground biomass or soil chemistry} | ||
#' \item{VARIABLE, DATAVALUE}{key and value for each measured variable} | ||
#' \item{NA_L1CODE, NA_L1NAME, NA_L2CODE, NA_L2NAME}{ | ||
#' numeric IDs and names for the Level 1 and level 2 ecoregions where | ||
#' this site is located} | ||
#' } | ||
#' @source Originally from Fluxnet <https://fluxnet.org/badm-data-product/>, | ||
#' but the provenence and age of this specific file is not clear. | ||
"BADM" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.