updateCellHTS {cellHTS2}R Documentation

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.

Author(s)

Florian Hahne

See Also

convertOldCellHTS

Examples


data(KcViabSmall)
updateCellHTS(KcViabSmall)


[Package cellHTS2 version 2.56.0 Index]