plot_pwr_cv: Plot coefficient of variation from power analysis simulations

Description Usage Arguments Value Examples

View source: R/plot_pwr_cv.R

Description

Plot coefficient of variation from power analysis simulations

Usage

1
plot_pwr_cv(pwr_sim_rslt)

Arguments

pwr_sim_rslt

Result from ste_sim_fn or tte_sim_fn

Value

a ggplot

Examples

1
2
3
4
5
6
7
8
9
rslt <- ste_pwr_sim(
  N = c(1, 2),
  study_area = c(1e6, 1e8),
  ncam = c(30, 50),
  nocc = c(1000, 2000),
  cam_area = c(100, 150),
  niter = 5
)
plot_pwr_cv(rslt)

annam21/spaceNtime documentation built on Dec. 12, 2021, 2:48 a.m.