[R] Plotting intraday data in quantmod

Joshua Ulrich josh.m.ulrich at gmail.com
Tue Jul 19 20:02:37 CEST 2011


On Tue, Jul 19, 2011 at 11:31 AM, kev946 <klee946 at 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



More information about the R-help mailing list