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: graphic
See also: grcandlesticks plotcandlesticks

Quantlet: dispcandlesticks
Description: plots a candlesticksplot in specified window of a display

Usage: dispcandlesticks(dis,x,y,data{,tit})
Input:
dis name of a display
x scalar
y scalar
data n x p
tit title

Note:

Example:
library("graphic")
di=createdisplay(1,1)
da=read("DAX2.dat")
dispcandlesticks(di,1,1,da,"DAX")

Result:
you can see candlesticksplot of time series da in gr. display



Author: M. Benko, W. Haerdle, 20001101 license MD*Tech
(C) MD*TECH Method and Data Technologies, 05.02.2006