glog_opt_plot {structToolbox} | R Documentation |
plots the SSE error vs lambda for glog transform
glog_opt_plot(plot_grid = 100, ...)
plot_grid |
the resolution of the search space for plotting |
... |
additional slots and values passed to struct_class |
struct object
D = iris_DatasetExperiment() M = glog_transform(qc_label='versicolor',factor_name='Species') M = model_apply(M,D) C = glog_opt_plot() chart_plot(C,M,D)