translateFeatures | R Documentation |
This is a generic function for translating a set of features from one feature space to another.
translateFeatures(object, translator, ...)
object |
An object containing a set of features that will be translated from one feature space to another |
translator |
An object containing a table, etc., that may be used to translate the
features in |
... |
Additional arguments to methods of |
Each method returns either an S4 object of the same class as object
,
or a SimpleList
of such objects.
Adam C. Gower agower@bu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.