| print.ggcyto {ggcyto} | R Documentation |
A wrapper for print.ggplot. It converts the ggcyto to conventional ggplot object before printing it. This is usually invoked automatically when a ggcyto object is returned to R console.
print(x, ...) plot(x, ...) show(object)
x |
ggcyto object to display |
... |
other arguments not used by this method |
object |
ggcyto object |
nothing