Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/eSetScatterPlot.R
Create a smooth scatterplot with correlation
1 | eSetScatterPlot(xSet)
|
xSet |
object of class ExpressionSet |
Scatterplot and correlations of all data sets in ExpressionSet object
No useful return. The function is called for its side effect to produce the scatterplot.
Bettina Fischer
1 2 3 | dataPath <- system.file("data", package = "SimBindProfiles")
load(file.path(dataPath, "SGR.RData"))
eSetScatterPlot(SGR)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.