quickfunctions: quickfunctions

quickfunctionsR Documentation

quickfunctions

Description

An S4 class for storing layer functions that accept layers.

Usage

action.data(fun = c(), .abcd = "a", .useData = TRUE, ...)

build.data(fun = c(), .abcd = "b", .useData = TRUE, ...)

camera.data(fun = c(), .abcd = "c", .useData = TRUE, ...)

display.data(fun = c(), .abcd = "d", .useData = TRUE, ...)

action.object(fun = c(), .abcd = "a", .useData = FALSE, ...)

build.object(fun = c(), .abcd = "b", .useData = FALSE, ...)

camera.object(fun = c(), .abcd = "c", .useData = FALSE, ...)

display.object(fun = c(), .abcd = "d", .useData = FALSE, ...)

Arguments

...

extra items to be added to the functionList slot

functionList

a list passed to the functionList slot

Details

This class is a convenient way of adding functions to layer objects.

Slots

functionList

a list of functions. These can be names or actual functions.

Examples

print(1+1)

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