plot_main_effects: Plot Main Effects

Description Usage Arguments Value

Description

Create a ggplot for a singluar input & output parameter

Usage

1
plot_main_effects(df, ip, op, units, scale_max_min)

Arguments

df

A wide-tibble containing data for each input parameter

ip

Input-Parameter: a vector of strings containing the column names that are designated as input parameters by the user

op

Output-Parameter: a single string designating the column name of the output parameter which should be numeric

units

A string contaning particular units for respective input parameter. Latex2exp can be used in the string to specify math notation for units.

scale_max_min

An integer vector containing the scale value for the plot.

Value

A plot object showing the Main Effect Plot for a single input & output parameter.


dylanjm/meplotR documentation built on May 9, 2019, 1:08 a.m.