Dear all,
I would like to put these two lines together

logictoReduce<-((Overloads-1)%%FreqN)==(SpanIndex-1) #0...3 refer to sub spans 
1 to 4

Overloads<-Overloads[logictoReduce==TRUE] 


and do it like this

Overloads<-Overloads[((Overloads-1)%%FreqN)==(SpanIndex-1)]

which does not seem to work.

Could you please explain me what might be the problem for that?

B.R
Alex

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to