Skip to content
Prev 173378 / 398506 Next

Question about datatypes/plotting issue

Another approach is to use yearmon. e.g.
[1] "Jan 1987"

Thus we can replace the w <- line in my example code with:

w <- zoo(as.matrix(W[-1]), as.yearmon(W[,1], "%B %Y"))
On Wed, Mar 11, 2009 at 12:48 PM, Oscar Bonilla <obonilla at galileo.edu> wrote: