Get or set the count of occurence associated with a
feature-class
object. The default value for the getter
(as defined in the prototype) is 1.
# S4 method for feature
count(object)
# S4 method for feature,numeric
count(x) <- value
An object of class feature-class
An object of class feature-class
A numeric (which will be coerced to integer
) indicating the
count associated with the feature
An integer representing count of occurence of the feature
signature(object = "feature")
Return the count associated with the feature object
signature(x = "feature", value = "numeric")
Set the count associated with the feature object