View source: R/ggInteract_boot_hist.R
| ggInteract_boot_hist | R Documentation | 
Function to plot a distribution histogram with confidence intervals
ggInteract_boot_hist(data = NULL, column = NULL, cis = c(0.025, 0.975),
  bindwidth = 1, obs = NULL)
data | 
 a dataframe that contains the values  | 
column | 
 which column to plot  | 
cis | 
 a vector to specify the confidence intervals (default=c(0.025, 0.975))  | 
bindwidth | 
 bindwidth of the barplot (default = 1)  | 
obs | 
 the observed value to compare to the distribution and confidence intervals  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.