Learn R Programming

VBmix (version 0.3.2)

displayGraph:

Description

displays a curve (vect, measure), and associated deviations. Typically used to present experimental results.

Usage

displayGraph(measure, dev, vect, xlab = "K", ylab = "measure", main = " ")

Arguments

measure
y-axis for the curve.
dev
deviations for the y-axis measures.
vect
x-axis for the curve.
xlab
label for x-axis.
ylab
label for y-axis.
main
main label for the plotting window.

Value

a new plotting window displaying the curve.

Examples

Run this code
displayGraph(rnorm(10, mean=4, sd=3), rnorm(10, mean=0, sd=0.5), 1:10)

Run the code above in your browser using DataLab