[R] Code to fetch summary info from vector

Benjamin Gillespie gybrg at leeds.ac.uk
Tue Jan 15 17:16:11 CET 2013


Hi all,

Thanks in advance for any help.

I have a vector "b":

b=c(1,1,1,2,3,4,3,2,1,1,1,1,1,2,3,4,5,4,3.5,3,2,1,1,1)

Imagine b is river flow throughout time.

I would like some code that will generate the following information:

number of individual 'periods' where b>1 (= 2 in this case)
period 1 length = 5, max = 4
period 2 length = 8, max = 5

I can't figure anything useful out.

Thanks,
		
Ben Gillespie
Research Postgraduate
 
School of Geography
University of Leeds
Leeds
LS2 9JT
 
http://www.geog.leeds.ac.uk/


More information about the R-help mailing list