R/general.R
construct_call.Rd
Construct plot call from settings list
construct_call( settings, vartypes, data = quote(.dataset), design = quote(.design), what = c("plot", "summary", "inference") )
a list of plot settings, similar to inzpar()
inzpar()
a list of variables types (numeric, factor)
a data set to pass to the call
a survey design (can be NULL)
the type of call to produce
a plot/summary/inference call