construct_call: Construct plot call from settings list

View source: R/general.R

construct_callR 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 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


iNZightVIT/iNZightPlots documentation built on April 8, 2024, 10:24 a.m.