Re: [R] to extract extreme data for specified period

2014-06-17 Thread David Winsemius
On Jun 16, 2014, at 11:51 PM, dila radi wrote: > Dear R users, > > I used this codes to find the 1-day annual rainfall maximum > > bmFort <- blockmaxxer(Fort, blocks = Fort$year, which="Prec");bmFort > > and the output is given below: > > structure(list(obs = c(119, 507, 994, 1398, 1583, 1917

Re: [R] to extract extreme data for specified period

2014-06-17 Thread Jim Lemon
On Mon, 16 Jun 2014 11:51:44 PM dila radi wrote: > Dear R users, > > I used this codes to find the 1-day annual rainfall maximum > > bmFort <- blockmaxxer(Fort, blocks = Fort$year, which="Prec");bmFort > > and the output is given below: > > structure(list(obs = c(119, 507, 994, 1398, 1583, 19