fers_builder {formods} | R Documentation |
Builds a Figure Element R Statement From UI Elements:
Description
Takes the current ui elements and constructs the appropriate
ggplot commands forom the user input. The plot commands assume the existance
of a ggplot object p
.
Usage
fers_builder(state)
Arguments
state |
FG state from |
Value
list containing the following elements
isgood: Return status of the function.
cmd: ggplot R command as a character string
element: The type of element being added
desc: Verbose description of the element
msgs: Messages to be passed back to the user
Examples
sess_res = FG_test_mksession(session=list(), full_session=FALSE)
state = sess_res$state
fb_res = fers_builder(state)
[Package formods version 0.1.6 Index]