R/plot-mixture.R
plot-opera-rAmCharts.RdFunctions to render dynamic mixture graphs using rAmCharts
plot_ridge_weights(
data,
colors = NULL,
max_experts = 50,
round = 3,
xlab = NULL,
ylab = NULL,
main = NULL
)
plot_weights(
data,
colors = NULL,
max_experts = 50,
round = 3,
xlab = NULL,
ylab = NULL,
main = NULL
)
boxplot_weights(
data,
colors = NULL,
max_experts = 50,
xlab = NULL,
ylab = NULL,
main = NULL
)
plot_dyn_avg_loss(
data,
colors = NULL,
max_experts = 50,
round = 3,
xlab = NULL,
ylab = NULL,
main = NULL
)
plot_cumul_res(
data,
colors = NULL,
max_experts = 50,
round = 3,
xlab = NULL,
ylab = NULL,
main = NULL
)
plot_avg_loss(
data,
colors = NULL,
max_experts = 50,
round = 3,
xlab = NULL,
ylab = NULL,
main = NULL
)
plot_contrib(
data,
colors = NULL,
alpha = 0.1,
max_experts = 50,
round = 3,
xlab = NULL,
ylab = NULL,
main = NULL
)mixture object. Displays graphs.
character. Colors of the lines and bullets.
integer. Maximum number of experts to be displayed (only the more influencial).
integer. Precision of the displayed values.
character. Custom x-axis label (individual plot only)
character. Custom y-axis label (individual plot only)
character. Custom title (individual plot only)
numeric. Smoothing parameter for contribution plot (parameter 'f' of function lowess).
a rAmCharts plot