View source: R/calculate_indices.R
calculate_indices | R Documentation |
Calculate humification and biological indices (HIX and BIX)
calculate_indices(x)
x |
A FEEM tibble generated by |
A tibble with columns param
and value
.
file <- list.files(
path = system.file("extdata", package = "cwrshelpr"),
full.names = TRUE,
pattern = ".+\\.csv"
)
data <- read_feem(file[1])
calculate_indices(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.