Learn R Programming

crunch (version 1.25.0)

AbstractCategories-class: Abstract categories

Description

An abstract class that categories, elements, insertions, etc. fall under

Usage

AbstractCategories(..., data = NULL)

AbstractCategory(..., data = NULL)

Arguments

...

additional arguments to [, ignored

data

For the constructor functions AbstractCategory and AbstractCategories, you can either pass in attributes via ... or you can create the objects with a fully defined list representation of the objects via the data argument. See the examples.

x

For the attribute getters and setters, an object of class AbstractCategory or AbstractCategories

i

For the [ methods, just as with list extract methods

j

Invalid argument to [, but in the generic's signature

drop

Invalid argument to [, but in the generic's signature

value

For [<-, the replacement AbstractCategory to insert