Plot a grid pump power object
# S3 method for pumpgridresult.power
plot(
x,
power.definition = NULL,
var.vary = NULL,
lines = TRUE,
include.title = FALSE,
...
)
Plot; a ggplot object
pumpgridresult object.
string; definition of power to plot. If NULL, plot all definitions as a facet wrap.
string; variable to vary on X axis. If NULL, and only one thing varies, then it will default to single varying parameter.
logical; TRUE means connect dots with lines on the plots. FALSE means no lines.
logical; whether to include/exclude title (if planning a facet wrap, for example).
additional parameters.