| pcView | R Documentation |
Principal component visualization
pcView(
mat,
color = gsub(".*_", "", colnames(mat)),
filename = NULL,
width = 5,
height = 4,
...
)
mat |
A data matrix. |
color |
The column name specifying the color. |
filename |
The file name of output figure. |
width |
The width of the output figure. |
height |
The height of the output figure. |
... |
parameters in ggsave. |
a ggplot instance.
Wubing Zhang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.