fortify.multiRangeGate | R Documentation |
It converts the boundaries slot into a data.table
## S3 method for class 'multiRangeGate'
fortify(model, data = NULL, ...)
model |
multiRangeGate |
data |
Not used |
... |
not used. |
nPoints |
not used |
data.table
mrq = multiRangeGate(ranges = list(min=c(100, 350), max=c(250, 400)))
fortify(mrq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.