Description Usage Arguments Examples
View source: R/function_plot_one_group.R
Plot output from boot_sample.
1 | plot_one_group(x = sims, n_min = 3, n_max)
|
x |
Output from boot_sample function. Defaults to 'sims'. |
n_min |
Numeric. Minimum sample size to extrapolate simulations. Defaults to 3. |
n_max |
Numeric. Maximum sample size to extrapolate simulations. |
1 2 3 4 5 6 7 8 | sims <- boot_sample(coreid_data,
groups_col = col,
groups_which = "Catorhintha schaffneri_APM",
n_max = 30,
response = response)
plot_one_group(x = sims,
n_min = 3,
n_max = 15)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.