plot | R Documentation |
Generates a graphical representation for all SPADEVizR objects ('Results', 'AC', 'DAC', 'CC', and 'AP' objects).
plot(x, y = NULL, ...)
## S4 method for signature 'Results,missing'
plot(x, y = NULL, ...)
## S4 method for signature 'AC,missing'
plot(x, y = NULL, ...)
## S4 method for signature 'DAC,missing'
plot(x, y = NULL, ...)
## S4 method for signature 'CC,missing'
plot(x, y = NULL, ...)
## S4 method for signature 'AP,missing'
plot(x, y = NULL, ...)
x |
a 'Results', 'AC', 'DAC', 'CC' and 'AP' object |
y |
unused parameter |
... |
supplementary parameters transmitted to the 'heatmapViewer()', 'abundantClustersViewer()', 'volcanoViewer()', 'correlatedClustersViewer()' or 'circlesPackingViewer()' functions |
'Results' objects are represented using the 'heatmapViewer()' function. 'AC' objects are represented using the 'abundantClustersViewer()' function. 'DAC' objects are represented using the 'volcanoViewer()' function. 'CC' objects are represented using the 'correlatedClustersViewer()' function. 'AP' objects are represented using the 'circlesPackingViewer()' function.
a 'ggplot' object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.