loadFitFromFile: Load fit object from file

View source: R/signatureFitMultiStepLib.R

loadFitFromFileR Documentation

Load fit object from file

Description

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.

Usage

loadFitFromFile(filename, verbose = T)

Arguments

filename

file name from which to load the fit object

Examples

fitObj <- loadFitFromFile("fit.rData")

Nik-Zainal-Group/signature.tools.lib documentation built on April 13, 2025, 5:50 p.m.