setMethod(
"initModelClass", signature(model = "mass"),
function(model) {
model@clpdep <- (model@weight || model@lclp0 || model@lclpequ)
model@ncomp <- length(model@peakpar) + if (model@extracomp) 1 else 0
model@ncolc <- model@ncomp
model
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.