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 feature
feature(object)
# S4 method for feature,character
feature(x) <- value
An object of class feature-class
An object of class feature-class
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