View source: R/signatureFitMultiStepLib.R
saveFitToFile | R Documentation |
This function saves a Fit or FitMS object to an R data file using a standard name
saveFitToFile(fitObj, filename, verbose = T)
fitObj |
object obtained from the Fit of FitMS function |
filename |
file name where to save the fit object |
fitObj <- FitMS(catalogues,organ="Breast")
saveFitToFile(fitObj,"fit.rData")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.