ScatterPlot: Scatter plot

Description Usage Arguments Author(s) Examples

View source: R/ScatterPlot.r

Description

Produces a scatter plot.

Usage

1
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

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

metabolomics documentation built on May 29, 2017, 3:32 p.m.