makeVisualizingMonitor(show.last = FALSE, show.distribution = TRUE, xlim = NULL, ylim = NULL)
logical(1)
]
Should the last population be visualized as well?
Default is FALSE
.logical(1)
]
Should an ellipsis of the normal distribution be plotted?
Default is TRUE
.numeric(2)
|| NULL
]
Limits for the first axis.
Default is NULL
, i.e., the bounds are determined automatically.numeric(2)
|| NULL
]
Limits for the second axis.
Default is NULL
, i.e., the bounds are determined automatically.cma_monitor
]