View source: R/signatureFitMultiStepLib.R
loadFitFromFile | R Documentation |
This function loads a Fit or FitMS object from an R data file. In order to work, the file must have been generated using the saveFitToFile function, which will save the fit object with a standard name.
loadFitFromFile(filename, verbose = T)
filename |
file name from which to load the fit object |
fitObj <- loadFitFromFile("fit.rData")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.