Last chance! 50% off unlimited learning
Sale ends in
flowFrame
s and
flowSet
s. The densities for the
contours are estimated using the fast kernel density estimation algorithm
bkde2D
.## S3 method for class 'flowFrame':
contour(x, y = 1:2, nlevels = 10, bw,
grid.size = c(65, 65), add = FALSE, xlab, ylab, xlim, ylim, lwd = 1,
lty = 1, col = par("fg"), fill = "transparent", ...)
contour
for details.bkde2D
for details.bkde2D
for details.bkde2D
, contour
,
flowFrame
,
flowSet
data(GvHD)
## simple contour plot
contour(GvHD[[1]])
## overlay with existing plot
plot(GvHD[[1]], c("FSC-H", "SSC-H"))
contour(GvHD[[1]], add=TRUE, col="lightgray", lty=3)
## colored contours
contour(GvHD[[1]], fill="red")
cols <- rainbow(3, alpha=0.1)
contour(GvHD[[1]], fill=cols, col=cols)
## overlay of multiple flowFrames in a flowSet
contour(GvHD[1:3], col=cols, fill=cols)
Run the code above in your browser using DataLab