fortify.ellipsoidGate | R Documentation |
It interpolates the ellipsoidGate to polygongate before fortifying it.
## S3 method for class 'ellipsoidGate'
fortify(model, data = NULL, ...)
model |
ellipsoidGate |
data |
data range used for polygon interpolation. |
... |
not used. |
data.table
## Defining the gate
cov <- matrix(c(6879, 3612, 3612, 5215), ncol=2,
dimnames=list(c("FSC-H", "SSC-H"), c("FSC-H", "SSC-H")))
mean <- c("FSC-H"=430, "SSC-H"=175)
eg <- ellipsoidGate(filterId= "myEllipsoidGate", .gate=cov, mean=mean)
fortify(eg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.