Public methods
Method new()
Creates a new instance of this R6 class.
Usage
TaskGeneratorSmiley$new()
Method plot()
Creates a simple plot of generated data.
Usage
TaskGeneratorSmiley$plot(n = 200, 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
TaskGeneratorSmiley$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.