Re: [R] Plotting intraday data in quantmod

2011-07-19 Thread Joshua Ulrich
On Tue, Jul 19, 2011 at 11:31 AM, kev946 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.

Re: [R] Plotting intraday data in quantmod

2011-07-19 Thread kev946
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")) -- View this message in context: http://r.789695.n4.nabble.com/Plotting-intraday-data-

Re: [R] Plotting intraday data in quantmod

2011-07-18 Thread Joshua Ulrich
What's your problem? What have you tried? -- Joshua Ulrich  |  FOSS Trading: www.fosstrading.com On Mon, Jul 18, 2011 at 11:39 PM, kev946 wrote: > Hello, I'm new to R and am having trouble plotting intraday data on a chart. > I haven't had any success with using ideas from some other posts or