print.ggcyto: Draw ggcyto on current graphics device.

Description Usage Arguments Value

View source: R/ggcyto.R

Description

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.

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'ggcyto'
print(x, ...)

## S3 method for class 'ggcyto'
plot(x, ...)

## S3 method for class 'ggcyto'
show(object)

Arguments

x

ggcyto object to display

...

other arguments not used by this method

object

ggcyto object

Value

nothing


ggcyto documentation built on Nov. 8, 2020, 5:30 p.m.