construct_call: 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 inzpar()
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