Re: [R] help with script to get starting date of blooms

2014-07-19 Thread Veronica Andreo
Hi Jim 2014-07-19 8:25 GMT-03:00 Jim Lemon : > > Hi Vero, > I think this does what you want, even though it doesn't do it the way > you describe above. > > cla<-runif(506)+ > rep(c(seq(1,3,length.out=23),seq(3,1,length.out=23)),11) > obs_time<-paste(rep(1:11,each=46),rep(1:46,11),sep="_") > t_ma

Re: [R] help with script to get starting date of blooms

2014-07-19 Thread Jim Lemon
On Fri, 18 Jul 2014 10:15:35 AM Veronica Andreo wrote: > Hi list > > I have a vector, which are remotely sensed chlorophyll values for a certain > pixel in 11 years, then i have a flag or label vector (t_max) that consists > of 0 and 1, which tells me where i have the annual peak (one per year,