Public methods
Method new()
Creates a new instance of this R6 class.
Usage
TaskGeneratorSimplex$new()
Method plot()
Creates a simple plot of generated data.
Usage
TaskGeneratorSimplex$plot(n = 200L, pch = 19L, ...)
Arguments
n
(integer(1)
)
Number of samples to draw for the plot. Default is 200.
pch
(integer(1)
)
Point char. Passed to plot()
.
...
(any)
Additional arguments passed to plot()
.
Method clone()
The objects of this class are cloneable with this method.
Usage
TaskGeneratorSimplex$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.