Description Usage Arguments Value Examples
View source: R/cytof_postProcess.R
Plot the data with color-coded marker values
1 2 | cytof_colorPlot(data, xlab, ylab, zlab, colorPalette = c("bluered",
"spectral1", "spectral2", "heat"), pointSize = 1, removeOutlier = TRUE)
|
data |
A dataframe containing the xlab, ylab and zlab. |
xlab |
The column name of data for x lab. |
ylab |
The column name of data for y lab. |
zlab |
The column name of data for z lab. |
colorPalette |
Color Palette. |
pointSize |
The size of the point. |
removeOutlier |
If remove the outliers. |
A ggplot object.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.