[R] Counting number of rain

Rolf Turner r.turner at auckland.ac.nz
Thu Oct 1 23:04:59 CEST 2015


On 02/10/15 03:45, David L Carlson wrote:

<SNIP>

> If you want the month names:
>
>> mnt <- c("Jan", "Feb", "Mar", "Apr", "May", "Jun",
> + "July", "Aug", "Sep", "Oct", "Nov", "Dec")
>> dimnames(tbl)$Month <- mnt

<SNIP>

Unnecessary typing; there is a built-in data set "month.abb" (in the
"base" package) that is identical to your "mnt".

Difficult (nearly impossible!) to find, but, if you can't quite remember 
the name!  I *knew* I'd seen it, so I persisted and eventually tracked 
it down.

Strangely ??month or help.search("month") yield no trace of it.  Pages 
and pages of (useless!) output but no sign of "month.abb" (nor of 
"month.name" which gives the unabbreviated month names).

Can anyone explain to me why "??" and help.search() are of no help here?

cheers,

Rolf Turner

-- 
Technical Editor ANZJS
Department of Statistics
University of Auckland
Phone: +64-9-373-7599 ext. 88276



More information about the R-help mailing list