hc_bcp.Rd
Highcharter Bayesian Change Point
hc_bcp(
hc,
data,
plot_actual = F,
type = "line",
type_actual = "scatter",
x = NULL,
y = NULL,
group = NULL,
color_type = "discrete",
color_palette = NULL,
name = NULL,
seed_no = NULL,
include_change_points = F,
include_bcp_probabilities = F,
adj = NULL,
w0 = NULL,
p0 = 0.2,
d = 10,
burnin = 500,
mcmc = 100,
return.mcmc = FALSE,
boundaryType = "node",
p1 = 1,
freqAPP = 20,
nreg = -1,
title = NULL,
subtitle = NULL,
caption = NULL,
credits = NULL,
transformations = NULL,
theme_name = "clean_unica",
theme_custom = NULL,
annotations = NULL,
disable_x = F,
disable_y = F,
override_series = NULL,
override_marker = NULL,
override_legend_location = NULL,
override_x_categories = NULL,
isolate_legend_group = F,
invert_chart = F,
use_point_select = T,
zoom_type = c("xy"),
override_x_label = NULL,
override_y_label = NULL,
override_x_format = NULL,
override_y_format = NULL,
override_x_text = NULL,
override_y_text = NULL,
share_tooltip = F,
use_shadow = F,
is_polar = F,
boost = F,
disable_legend = F,
legend_font_size = NULL,
element_id_text = NULL,
axis_scrollbars = NULL,
x_min_max = NULL,
y_min_max = NULL,
transparent_tooltip = F,
use_range_selector = F,
export = F,
stacking = NULL,
disable_inactive = F,
disable_opacity = 0,
target = NULL,
color = NULL,
image = NULL,
link = NULL,
marker = NULL,
marker_parameters = list(width = 40, height = 30),
data_tooltip = NULL,
size = NULL,
drill = NULL,
motion = NULL,
tooltip = NULL,
exclude_tooltip = F,
low = NULL,
high = NULL,
complete_data = T,
use_fast = T,
point_size = 1,
use_stock = F,
opacity = 1,
actual_fits = NULL,
actual_transformations = NULL,
file_path = NULL,
...
)