construct_call {iNZightPlots} | R Documentation |
Construct plot call from settings list
Description
Construct plot call from settings list
Usage
construct_call(
settings,
vartypes,
data = quote(.dataset),
design = quote(.design),
what = c("plot", "summary", "inference")
)
Arguments
settings |
a list of plot settings, similar to |
vartypes |
a list of variables types (numeric, factor) |
data |
a data set to pass to the call |
design |
a survey design (can be NULL) |
what |
the type of call to produce |
Value
a plot/summary/inference call
[Package iNZightPlots version 2.15.3 Index]