autoplot.Nop {ino} | R Documentation |
Plotting methods
Description
-
autoplot.Nop()
plots the objective function -
autoplot.Nop_results()
plots boxplots of optimization results -
autoplot.Nop_optima()
plots a bar chart of the found optima -
autoplot.Nop_deviation()
plots deviations per dimension from a reference
Usage
## S3 method for class 'Nop'
autoplot(object, xlim = NULL, xlim2 = NULL, ...)
## S3 method for class 'Nop_optima'
autoplot(object, ...)
## S3 method for class 'Nop_deviation'
autoplot(object, jitter = TRUE, ...)
## S3 method for class 'Nop_results'
autoplot(
object,
which_element = "seconds",
group_by = NULL,
relative = FALSE,
...
)
Arguments
object |
Depends on the method:
|
xlim , xlim2 |
[ If |
... |
Other arguments passed to specific methods. |
jitter |
[ |
which_element |
[ |
group_by |
['character(1)]
|
relative |
['logical(1)] |
Value
A ggplot
object.