PlotUpdateStats | R Documentation |
Creates a scatter plot of update statistics.
PlotUpdateStats(
mat = UpdateStatMat,
column.names = c("Updated (%)", "Updated (Nr.)")
)
mat |
A matrix containing update statistics. Default: UpdateStatMat. |
column.names |
A character vector of column names in the mat parameter. Default: c("Updated (%)", "Updated (Nr.)"). |
This function takes a matrix containing update statistics and column names to plot the corresponding statistics. It colorizes the genes and plots the percentage of total genes updated against the number of genes updated.
A scatter plot displaying update statistics.
wplot
, wcolorize
## Not run:
if (interactive()) {
PlotUpdateStats(mat = result.of.GetUpdateStats)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.