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 |
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")
plots 100 observations of normal random variables
Library: | cafpe |
See also: | plot |