Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: plot
See also: plotbox plotdot

Macro: plothist
Description: Plots a histogram of x

Usage: plothist(inX {,inTicks})
Input:
inX n x 1 Vector of continuous data.
inTicks m x 1 Vector. Specifying the (m-1) intervalls for the histogram.

Note:

Example:
library("plot")
x = normal(200)
ticks = 2*(-3:3)
plothist(x, ticks)
Result:
Shows a histogram of x.

Library: plot
See also: plotbox plotdot

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Author: Stephan R. W. Lauer, 990303
(C) MD*TECH Method and Data Technologies, 17.8.2000