feature-methods | R Documentation |
Get or set the character string representing a feature of a
feature-class
object. The default value for the getter
(as defined in the prototype) is the empty string.
## S4 method for signature 'feature' feature(object) ## S4 replacement method for signature 'feature,character' feature(x) <- value
object |
An object of class |
x |
An object of class |
value |
The character string to replace the current feature string with |
An character string representing the feature
signature(object = "feature")
Return the feature associated with the feature object
signature(x = "feature", value = "character")
Set the feature associated with the feature object
Rajarshi Guha rajarshi.guha@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.