plot-opera-rAmCharts: Functions to render dynamic mixture graphs using rAmCharts

Description Usage Arguments Value

Description

Functions to render dynamic mixture graphs using rAmCharts

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
plot_ridge_weights(data, colors = NULL, max_experts = 50, round = 3)

plot_weights(data, colors = NULL, max_experts = 50, round = 3)

boxplot_weights(data, colors = NULL, max_experts = 50)

plot_dyn_avg_loss(data, colors = NULL, max_experts = 50, round = 3)

plot_cumul_res(data, colors = NULL, max_experts = 50, round = 3)

plot_avg_loss(data, colors = NULL, max_experts = 50, round = 3)

plot_contrib(data, colors = NULL, alpha = 0.1, max_experts = 50, round = 3)

Arguments

data

mixture object. Displays graphs.

colors

character. Colors of the lines and bullets.

max_experts

integer. Maximum number of experts to be displayed (only the more influencial).

round

integer. Precision of the displayed values.

alpha

numeric. Smoothing parameter for contribution plot (parameter 'f' of function lowess).

Value

a rAmCharts plot


opera documentation built on Dec. 11, 2021, 9:07 a.m.