search for: datedata

Displaying 3 results from an estimated 3 matches for "datedata".

2003 Jun 04
4
Strip location and grid colour in Lattice
...ve been going through assorted bits and pieces, but there never seems to be enough time to follow up. This is in striking contrast to a previous attempt (most of the code however is at home not here), but the functions that I worked out for the at and label functions were ProcLab <- function(DateData,breakNum){ maxplot <- round(as.numeric(max(DateData)),digits=0) minplot <- round(as.numeric(min(DateData)),digits=0) maxplotnum<- round(((maxplot-minplot)/86400)+1,digits=0) jumpnum <- (maxplotnum/((breakNum)-1))*.98 lablist <- seq(min(DateData),max(DateData),jumpnum*86400) }...
2006 Aug 17
3
Use collection_select
I use the following code in my view: <%= collection_select(''datedata'', ''date'', @allDate, :id, :date) %> It''s show me the date of all entries in the database (Dropdown menu). Additional, I wrote a helper method "showDate" in the application_helper.rb! How can I use this method in the collection_select for every dat...
2008 Apr 19
7
Re ad From EXCEL
Hello!!! I have been read a much about as read data from Excel File, but I haven?t found the necesary information to read the data. Now, I can create a channel : channel <- odbcConnectExcel("file.xls") but I don?t know as read the data?? I hope that you could help me. Thank you very much. -- View this message in context: