plot_one_group: Plot output from boot_sample

Description Usage Arguments Examples

View source: R/function_plot_one_group.R

Description

Plot output from boot_sample.

Usage

1
plot_one_group(x = sims, n_min = 3, n_max)

Arguments

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.

Examples

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)

guysutton/ThermalSampleR documentation built on Sept. 8, 2020, 12:07 a.m.