demo_eqr_values | R Documentation |
A dataset containing demo observed values. Stored as .csv demo_eqr_values <- utils::read.csv( system.file("extdat", "model-m1-gb-10000-simulated-eqr-values-whpt-ntaxa-spring-for-test-sites.csv", package = "rict"), check.names = F)
demo_eqr_values
A data frame with 24 rows and 2 variables:
Result identifier for each Model 1 GB test site
Simulated EQR values for NTAXA SPR
demo_eqr_values <- purrr::map_df(names(demo_eqr_values), function(name) eqrs <- list(c(demo_eqr_values[, name])) NTAXA <- list() test <- rbind(NTAXA,eqrs) eqrs <- data.frame(eqrs) test <- data.frame( "RESULT" = name, "NTAXA EQR" = test, check.names = F) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.