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