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: plotdot dispbox

Quantlet: plotbox
Description: High level routine for boxplots.

Usage: plotbox(inX {,inFactor})
Input:
inX n x 1 Vector (continuous data)
inFactor n x 1 Vector (discrete) specifying groups within inX

Note:

Example:

library("graphic")

library("plot")

library("stats")

x = normal(4000)

theFactor = string("one", 1:1000) | string("two", 1:1000)

theFactor = theFactor | string("three", 1:1000) | string("four", 1:1000)

plotbox(x, theFactor) 

Result:

Four boxplots in one display.


Library: plot
See also: plotdot dispbox

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, 990302
(C) MD*TECH Method and Data Technologies, 21.9.2000