artclasses | R Documentation |
An S4 class for storing class-function associations.
## S4 method for signature 'artclasses' initialize(.Object, ..., classList = as.character()) artClasses(...) ## S4 method for signature 'artwork,artclasses' e1 + e2 ## S4 method for signature 'artwork,artclasses' e1 - e2
... |
extra items to be added to the classList slot |
classList |
a list passed to the classList slot |
This class is a convenient way of adding classes to artwork objects.
classList
a list of class-function associations
print(1+1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.