Skip to content
Prev 346 / 15274 Next

Its function and yahoo

from the perspective a newbie it seems  get.hist.quote() works
reasonably well.

my issues come with (I think) the plot() part where the documentation
doesn't seem to provide the solutions.

Consider the following...

x <- get.hist.quote(instrument = "CPN", quote = c("Ad", "Vol"), start
= "2004-01-01"); plot(x, main = "Calpine",type='l')

Hoow would I 
a) have the date appear in years or months etc 
b) have the top part in semi-log form (so % changes are of equal
vertical distances) and c) get the volume to scale down (say in
millions of shares vs shares)
On 5/3/05, Achim Zeileis <Achim.Zeileis@wu-wien.ac.at> wrote: