Re: [R] Quantmod - modify decimal places

2016-05-27 Thread David Menezes
h wrote: > > On Mon, May 23, 2016 at 8:57 PM, David Menezes > wrote: >> Hi >> >> Apologies if this has already been asked and answered or if I've labelled >> the subject incorrectly but I can't find a solution using the search >> function for this

[R] Quantmod - modify decimal places

2016-05-23 Thread David Menezes
Hi Apologies if this has already been asked and answered or if I've labelled the subject incorrectly but I can't find a solution using the search function for this group; the vignette documentation for quantmod or general google searches. I'm attempting to use quantmod to download foreign currenc

[R] ggplot - class "character" problem

2011-09-13 Thread David Menezes
Hi I'm trying to use ggplot2 to chart a dataset that I've drawn in from excel.  When I run the qplot command, I get the following error message: Error: ggplot2 doesn't know how to deal with data of class character It feels like I need to coerce one of the fields in my data frame. Here's the cod