compose_parametric_v1.4.2 | R Documentation |
Non-default parameters customizing the computational flow which can affect the output of the calculations (domain definition).
compose_parametric_v1.4.2(df = NULL)
compose_parametric(df = NULL)
df |
Data frame. Variables include |
A list of class bco.domain
df_parametric <- data.frame(
"param" = c(
"seed", "minimum_match_len",
"divergence_threshold_percent",
"minimum_coverage", "freq_cutoff"
),
"value" = c("14", "66", "0.30", "15", "0.10"),
"step" = c(1, 1, 1, 2, 2)
)
compose_parametric(df_parametric) %>% convert_json()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.