artstyle: artstyle

View source: R/D008_artstyle.R

artstyleR Documentation

artstyle

Description

An S4 class for storing parameters intended for par and gpar.

Usage

## 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

Arguments

...

extra parameters to be added to the artstyle slot

artstyle

a list passed to the artstyle slot

Details

This class is a convenient way of adding styles to components, layers, sections, scenes NOTYET and artwork objects.

Slots

artstyle

a list of parameters

Examples

print(1+1)

R-graphic-design/RGD documentation built on Jan. 2, 2023, 10:30 p.m.