search for: lab15

Displaying 2 results from an estimated 2 matches for "lab15".

Did you mean: lab1
2005 Nov 24
0
Safari document.getElementByClassName problem
Hi, I am having a problem under safari with the above mentioned method. In my example document I have something like the following: <div id="label_2" class="lab15">Q1</div> <div id="label_6" class="lab15">Q1</div> <div id="label_10" class="lab15">Q1</div> <div id="label_14" class="lab15">Q1</div> I am trying to select a bunch of elements with...
2010 May 22
1
How to find all single minima, i.e. only each one within each next part of analyzed vector (table)
..., 1,14,15,16,17,18,19,20) mass_label<-c("lab1","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) # - - - - -...