Learn R Programming

cellHTS2 (version 2.36.0)

updateCellHTS: Update old serialized cellHTS objects.

Description

During the development of the cellHTS2 package, the definition of the cellHTS object hasd changes. This function can be used to update old serialized cellHTS objects.

Usage

updateCellHTS(object)

Arguments

object
The cellHTS object to update.

Value

An updated cellHTS object.

See Also

convertOldCellHTS

Examples

Run this code

data(KcViabSmall)
updateCellHTS(KcViabSmall)

Run the code above in your browser using DataLab