print.ggcyto: Draw ggcyto on current graphics device.

View source: R/ggcyto.R

print.ggcytoR Documentation

Draw ggcyto on current graphics device.

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

## 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


RGLab/ggcyto documentation built on March 3, 2024, 6:23 p.m.