Displaying 1 result from an estimated 1 matches for "tp19590576p19590576".
2008 Sep 21
1
Searching a relativ maximum of a matrix
...7){
relmax <- a[a[i,j] > a[(i-1),(j-1)], a[(i-1),j], a[(i-1),(j+1)], a[i,(j-1)],
a[i,(j+1)], a[(i+1),(j-1)], a[(i+1),j], a[(i+1),(j-1)]]
}
}
but the code doesn't really work
thanks.
greets
--
View this message in context: http://www.nabble.com/Searching-a-relativ-maximum-of-a-matrix-tp19590576p19590576.html
Sent from the R help mailing list archive at Nabble.com.