Learn R Programming

SimBindProfiles (version 1.10.0)

eSetScatterPlot: Scatterplot of ExpressionSet object

Description

Create a smooth scatterplot with correlation

Usage

eSetScatterPlot(xSet)

Arguments

xSet
object of class ExpressionSet

Value

Details

Scatterplot and correlations of all data sets in ExpressionSet object

See Also

plot, smoothScatter

Examples

Run this code
    dataPath <- system.file("data", package = "SimBindProfiles")
    load(file.path(dataPath, "SGR.RData"))
    eSetScatterPlot(SGR)

Run the code above in your browser using DataLab