artdata: artdata

View source: R/D007_artdata.R

artdataR Documentation

artdata

Description

An S4 class for storing parameters intended for art objects, object functions and plotting functions.

Usage

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

Arguments

...

extra parameters to be added to the data slot

artdata

a list passed to the data slot

Details

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

Slots

artdata

a list of parameters

Examples

print(1+1)

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