On Tue, Jul 19, 2011 at 11:31 AM, kev946 <klee...@gmail.com> wrote: > I'm using this to plot the data with success, but am unable to figure out how > to get the H:M:S timestamp included with their respective Dates. Any > suggestions? > > xts(Dataset[,-1],as.Date(Dataset[,1],"%Y-%m-%d")) > This is not a plot command. What plot command are you using?
Dates don't have "H:M:S"; they're all zero. You don't provide a sample of Dataset, so we don't know what your data look like. Best, -- Joshua Ulrich | FOSS Trading: www.fosstrading.com ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.