Prints an scplot object by converting it to a ggplot2 object using as_ggplot().

# S3 method for class 'scplot'
print(x, ...)

Arguments

x

An scplot object.

...

Not implemented.

Value

Calls as_ggplot() to create a ggplot2 argument and prints it.