Description Usage Arguments Details Value References Examples
A plot of the sum of squares error (SSE) vs different values of lambda for the glog transform. The indicated optimum value for lambda minimises the SSE.
1 | glog_opt_plot(plot_grid = 100, ...)
|
plot_grid |
(numeric) The default is |
... |
Additional slots and values passed to |
This object makes use of functionality from the following packages:
pmp
A glog_opt_plot
object.
Jankevics A, Weber RJM (2020). pmp: Peak Matrix Processing and signal batch correction for metabolomics datasets. R package version 1.1.0.
1 2 3 4 5 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.