print.scplot {scplot} | R Documentation |
print.scplot
Description
print.scplot
Usage
## 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.
[Package scplot version 0.6.0 Index]