> > I guess I'm not understanding the object that get.hist.quote makes. In
> > general, what are R facilities for discovering what a given object is?
>
> I suggest, you study first one of the beginners manuals of the R
> environment: http://cran.r-project.org/manuals.html
> Then you would easily see that, e.g., x[,"Close"] gives you the series
> of closing prices, time(x) gives you the series of times and so on...

Some things you could do to investigate the object (besides printing it
out):
str(x)
class(x)
mode(x)
structure(s)

Rob

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to