Make a BehaviorSpace experiment object.
make_experiment(data = NULL, ind_vars = NULL, dep_vars = NULL, mapping = NULL)
An experiment object. This is a named list with:
data
: a data frame,
ind_vars
: A character vector with the names of the independent variables.
dep_vars
: A character vector with the names of the dependent variables
mapping
: A data frame with a mapping between column names in data
and
names to use for plot axis labels, in the Shiny app, etc.