Displaying 1 result from an estimated 1 matches for "tp4636661".
Did you mean:
tp4631661
2012 Jul 16
2
Finding and manipulation clusters of numbers in a sequence of numbers
...(h in 1:(length(sequence) - 1))
{
sequence[h] <- ifelse(sequence[h] > 0 & sequence[h+1] > sequence[h],
sequence[h+1], sequence[h])
}
--
View this message in context: http://r.789695.n4.nabble.com/Finding-and-manipulation-clusters-of-numbers-in-a-sequence-of-numbers-tp4636661.html
Sent from the R help mailing list archive at Nabble.com.