get_plot_vars: Get the variables from an experiment that will not be used in...

View source: R/abs_util.R

get_plot_varsR Documentation

Get the variables from an experiment that will not be used in a plot.

Description

Given x- and y-variables to plot, get a list of the other independent variables that will not be used in the plot.

Usage

get_plot_vars(experiment, x_var, y_var)

Arguments

experiment

An experiment object, returned by load_bs_file(), load_bs_table(), or load_bs_spreadsheet().

x_var

The name of the x-variable to use in the plot.

y_var

The name of the x-variable to use in the plot.

Value

A data frame with the names of the independent variables that will not be plotted.


jonathan-g/analyzeBehaviorspace documentation built on July 23, 2022, 11:01 a.m.