View source: R/D008_artstyle.R
artstyle | R Documentation |
An S4 class for storing parameters intended for par and gpar.
## S4 method for signature 'artstyle' initialize(.Object, ..., artstyle = list()) artstyle(...) ## S4 method for signature 'artwork,artstyle' e1 + e2 ## S4 method for signature 'section,artstyle' e1 + e2 ## S4 method for signature 'layer,artstyle' e1 + e2 ## S4 method for signature 'component,artstyle' e1 + e2 ## S4 method for signature 'artwork,artstyle' e1 - e2 ## S4 method for signature 'section,artstyle' e1 - e2 ## S4 method for signature 'layer,artstyle' e1 - e2 ## S4 method for signature 'component,artstyle' e1 - e2
... |
extra parameters to be added to the artstyle slot |
artstyle |
a list passed to the artstyle slot |
This class is a convenient way of adding styles to components, layers, sections, scenes NOTYET and artwork objects.
artstyle
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.