fortify.multiRangeGate: Convert a multiRangeGate to a data.table useful for ggplot

View source: R/fortify.R

fortify.multiRangeGateR Documentation

Convert a multiRangeGate to a data.table useful for ggplot

Description

It converts the boundaries slot into a data.table

Usage

## S3 method for class 'multiRangeGate'
fortify(model, data = NULL, ...)

Arguments

model

multiRangeGate

data

Not used

...

not used.

nPoints

not used

Value

data.table

Examples

mrq = multiRangeGate(ranges = list(min=c(100, 350), max=c(250, 400)))
fortify(mrq)

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