displayGraph: displayGraph

Description Usage Arguments Value Author(s) Examples

View source: R/displayGraph.R

Description

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

Usage

1
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.

Author(s)

Pierrick Bruneau

Examples

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

VBmix documentation built on May 30, 2017, 2:34 a.m.

Related to displayGraph in VBmix...