quickfunctions | R Documentation |
An S4 class for storing layer functions that accept layers.
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, ...)
... |
extra items to be added to the functionList slot |
functionList |
a list passed to the functionList slot |
This class is a convenient way of adding functions to layer objects.
functionList
a list of functions. These can be names or actual functions.
print(1+1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.