Last data update: 2014.03.03

R: Scatter plot
ScatterPlotR Documentation

Scatter plot

Description

Produces a scatter plot.

Usage

ScatterPlot(inputdata, y.axis, x.axis, ylab = y.axis, xlab = x.axis, ...)

Arguments

inputdata

A log transformed data frame in the input data format. See metabolomics for details.

y.axis

A character with the name of the metabolite to be plotted on the y-axis.

x.axis

A character with the name of the metabolite to be plotted on the x-axis.

ylab

y-axis label.

xlab

x-axis label.

...

Other graphical parameters. See par.

Author(s)

Alysha M De Livera, Jairus B Bowne

Examples

    data(treated)
    ScatterPlot(treated, "Suberate", "Succinate")

Results