Description Usage Arguments Value Examples
Plot coefficient of variation from power analysis simulations
| 1 | plot_pwr_cv(pwr_sim_rslt)
 | 
| pwr_sim_rslt | Result from ste_sim_fn or tte_sim_fn | 
a ggplot
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.