artdata | R Documentation |
An S4 class for storing parameters intended for art objects, object functions and plotting functions.
## S4 method for signature 'artdata' initialize(.Object, pprefix = NULL, ..., artdata = list()) artdata(..., artdata = list()) ## S4 method for signature 'artwork,artdata' e1 + e2 ## S4 method for signature 'layer,artdata' e1 + e2 ## S4 method for signature 'section,artdata' e1 + e2 ## S4 method for signature 'component,artdata' e1 + e2 ## S4 method for signature 'component,artdata' e1 - e2 ## S4 method for signature 'section,artdata' e1 - e2 ## S4 method for signature 'layer,artdata' e1 - e2 ## S4 method for signature 'artwork,artdata' e1 - e2
... |
extra parameters to be added to the data slot |
artdata |
a list passed to the data slot |
This class is a convenient way of adding parameters to components, layers, sections, scenes NOTYET and artwork objects.
artdata
a list of parameters
print(1+1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.