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: cafpe
See also: plot

Quantlet: plotoneline
Description: Quantlet to produce a graph of a matrix

Usage: plotoneline(x1,title,xlabel,ylabel)
Input:
x1 n x 2 matrix of data
title character, title for graph
xlabel character, label for x-axis
ylabel character, label for y-axis

Example:
pathcafpe 	= "tp/cafpe/" 	; path of CAFPE quantlets
func(pathcafpe + "plotoneline.xpl")	; load required XploRe files of CAFPE
d       	= 1
ntotal  	= 100
y       	= normal(ntotal,d)
plotoneline(1:ntotal~y,"testgraph","x-axis","y-axis")
Result:
plots 100 observations of normal random variables

Library: cafpe
See also: plot

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: Tschernig 000420
(C) MD*TECH Method and Data Technologies, 27.4.2000