eSetScatterPlot {SimBindProfiles} | R Documentation |
Create a smooth scatterplot with correlation
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
dataPath <- system.file("data", package = "SimBindProfiles") load(file.path(dataPath, "SGR.RData")) eSetScatterPlot(SGR)