Displaying 1 result from an estimated 1 matches for "lab18".
Did you mean:
lab1
2010 May 22
1
How to find all single minima, i.e. only each one within each next part of analyzed vector (table)
...quot;,"lab2","lab3","lab4","lab5","lab6","lab7","lab8","lab9","lab10",
"lab11","lab12","lab13","lab14","lab15","lab16","lab17","lab18","lab19","lab20")
dt<-5
# i.e.
mass_value<-c (9,0,3,1,5,6,7,8,3,10,2.1,12, 1, 1,15,16,17,18,19,20)
mass_position<-c(1,2,3,4,5,6,7,8,9,10, 11,12,13,14,15,16,17,18,19,20)
# - - - - -
#...