plot: Plots information about the search algorithm and its process.
Description
Plots information about the search algorithm and its process.
Usage
## S3 method for class 'CrossoverSearchResult,missing':
plot(x, y, type = 1,
show.jumps = FALSE, ...)
Arguments
x
Result from searchCrossOverDesign.
y
Missing.
type
Type of plot. Number 1 is
more colorful, but number 2 perhaps a bit easier to understand.
show.jumps
If TRUE vertical lines will show where the specified
jumps occured.
...
Arguments to be passed to methods, such as
graphical parameters (see par).
Many methods will accept the following arguments:
[object Object],[object
Value
Returns a ggplot object of the plot.
Details
The x-axis corresponds to the consecutive simulation runs and the y-axis to
the design criterion E that depending on the model is either a
weighted average of efficiency factors or standardized pairwise variances
and described in detail in the vignette of this package. Also see the
vignette for a few examples and a discussion what can be derived from this
plots.