hc_add_bayes_boot.Rd
Add Bayesian Boostrap to Highcharts
hc_add_bayes_boot(
hc,
data,
x = NULL,
y = NULL,
name = NULL,
group = NULL,
size = NULL,
image = NULL,
link = NULL,
id_column = NULL,
opacity = 1,
type = "line",
color_type = "discrete",
color_palette = NULL,
use_fast = T,
file_path = NULL,
point_size = 0,
draws = 4000,
resample_draws = 4000,
method = "mean",
use_weights = T,
use_stock = F,
...
)