This method displays the scatterplot stored in the ClearScatterplot object.
It invokes the print
method on the plot
object, which must be a ggplot object.
# S4 method for class 'ClearScatterplot'
show(object)
Prints the ggplot object stored in the plot slot of the ClearScatterplot.
The function itself returns invisible NULL
to avoid additional console output.