Displaying 1 result from an estimated 1 matches for "tp3355369p3355369".
Did you mean:
tp3355369p3355395
2011 Mar 14
3
Finding coordinates for maximum of a function
...10
4 200
5 20
I need to find coordinates for each maxima e.g.: [x,y1],[x,y2]...[x,yn]
a=read.table()
attach(a)
b=y1<-x
max(b) returns only value of y but no corresponding x value
--
View this message in context: http://r.789695.n4.nabble.com/Finding-coordinates-for-maximum-of-a-function-tp3355369p3355369.html
Sent from the R help mailing list archive at Nabble.com.