PlotJointEffects {GaSP} | R Documentation |
Plot the estimated joint effects.
Description
Plot the estimated joint effects.
Usage
PlotJointEffects(
joint_effect,
anova_percent,
x_units = NULL,
y_name = "y",
y_units = "",
se_plot = TRUE,
y_values = NULL,
se_values = NULL
)
Arguments
joint_effect |
A data frame from |
anova_percent |
A data frame from |
x_units |
An optional vector of character strings containing the units of the input variables (for labels). |
y_name |
An optional character string containing the output variable name (for labels). |
y_units |
An optional character string containing the units of the output variable (for labels). |
se_plot |
An optional boolean indicating whether to make standard-error contour plots. |
y_values |
An optional vector of contour values for the estimated joint effects. |
se_values |
An optional vector of contour values for the standard errors. |
Details
Plots are sent to the active device.
Value
No return value, generates plots.
Examples
PlotJointEffects(borehole_vis$joint_effect, borehole_vis$anova_percent)
[Package GaSP version 1.0.6 Index]