search for: toselect

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

Did you mean: noselect
2013 Feb 28
11
new question
...list(directory,23,list1)[[1]] foldernames1 #[1] "a1" "c1" "c2" "c3" "t1" "t2" lista<-filelist(directory,23,list1)[[2]] #lista output FacGroup<- c("c1","c3","t2") #Second function f<-function(listRes,Toselect){ res2<-split(listRes,gsub("[0-9]","",names(listRes))) res3<-lapply(seq_along(res2),function(i) lapply(res2[[i]],function(x) x[x[["FDR"]]<0.01,c("Seq","Mod","z","spec")])) res4<-lapply(res3,function(x) x[names(x)[name...
2007 Mar 21
0
[906] branches/wxruby2/wxwidgets_282: Wx::ComboBox API 2.6 -> 2.8, plus some doc corrections
...ed list. Windows only. | </span><span class="cx"> |@CB_DROPDOWN@|Creates a combobox with a drop-down list.| </span><span class="cx"> |@CB_READONLY@|Same as CB_DROPDOWN but only thestrings specified as the combobox choices can be selected, it is impossible toselect (even from a program) a string which is not in the choices list.| </span><span class="cx"> |@CB_SORT@|Sorts the entries in the list alphabetically.| </span><ins>+|@TE_PROCESS_ENTER@|The control will generatethe event EVT_COMMAND_TEXT_ENTER (otherwise pressing Enter...