View source: R/horsetail_plot.R
Horsetail Plot
| 1 2 3 4 5 6 7 8 9 10 11 | horsetail_plot(
  samples,
  model,
  file_path,
  n_draws = 25,
  sig_lev = 0.5,
  width = 800,
  height = 800,
  s_up = 20000,
  r_up = c(30000, 30000)
)
 | 
| samples | (data.frame) output of clean_chains | 
| model | (character) the model being run | 
| file_path | (character) file path to store output xlsx file | 
| n_draws | (numeric) the number of SR relations to be simulated | 
| sig_lev | (numeric) significance level for the error bars | 
| width | (numeric) width of the output plot (in px) | 
| height | (numeric) height of the output plot (in px) | 
| s_up | (numeric) vector of length 1 specifying the upper bounds for the x axis. | 
| r_up | (numeric) vector of length 2 specifying the upper bound for the y axis. The first entry cooresponds to the Chena while the second entry cooresponds to the Salcha. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.