XVector (version 0.12.0)

updateObject-methods: Update an object of a class defined in the XVector package to its current class definition

Description

The XVector package provides an extensive collection of updateObject methods for updating almost any instance of a class defined in the package.

Usage

## Showing usage of method defined for XVector objects only (usage ## is the same for all methods).
"updateObject"(object, ..., verbose=FALSE)

Arguments

object
Object to be updated. Many (but not all) XVector classes are supported. If no specific method is available for the object, then the default method (defined in the BiocGenerics package) is used. See ?updateObject for a description of the default method.
..., verbose
See ?updateObject.

Value

Returns a valid instance of object.

See Also

updateObject