customScatterplot {StabPerf}R Documentation

Draws a simple scatter plot of logarithmized data

Description

Draws a simple scatter plot of logarithmized data

Usage

customScatterplot(data,pat_one=1,pat_two=2,xlab=NULL,ylab=NULL,main=NULL)

Arguments

data data.frame or matrix.
pat_one numeric. First column index of data to be plotted
pat_two numeric. Second column index of data to be plotted
xlab See plot
ylab See plot
main See plot

Details

The data in data[,pat_one] and data[,pat_two] are plotted in a simple scatter plot, after being subjected to log2.

See Also

plot, log2

Examples

customScatterplot(data, 1, 2)

[Package StabPerf version 0.5 Index]