Description Usage Arguments Examples
View source: R/siteAdjustment.R
Perform a site adjustment of selected descriptors.
1 2 3 4 5 | siteAdjustment(
phenoData,
descriptors = c("Diameter at breast height (m)", "Lower crown height (m)",
"Timber height (m)", "Total height (m)", "Crown radius (m)")
)
|
phenoData |
phenoData tibble containing phenotype data |
descriptors |
columns of phenoData on which to perform site correction |
1 2 3 4 5 6 7 8 9 10 11 | library(dplyr)
## Retrieve file paths for example data
files <- list.files(system.file('phenotypeDataCollectionSheets',
package = 'pdi'),full.names = TRUE)
## Prepare data
d <- map(files,readPhenotypeSheet) %>%
map(preparePhenotypeData) %>%
bind_rows() %>%
siteAdjustment()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.