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

Quantlet: 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.



Author: S. Lauer, 19990303
(C) MD*TECH Method and Data Technologies, 05.02.2006