search for: complist

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

Did you mean: comp_list
2002 Jun 13
2
Summary: recursion over list
...- an empty list [cf list()] is not atomic and is recursive. So when you have to handle a list containing a node with an empty list, you may have problems (consider the object of class lm, and it's attributes $xlevels, when the variable is numeric). - Here is an example of complicated list: complist<- list(a=1,b=1:2,c=matrix(rnorm(100),10),d=list(),e=list(e1=1,e2=pi,e3=list(1,2)),f=function(x)return(2*x),as.ts(1:10)) My first question is equivalent to: write a R code that prints only terminals nodes of this function (and the print method treats differently those nodes, as they are ts, m...
2011 May 30
13
JBOD recommendation for ZFS usage
Dear all Sorry if it''s kind of off-topic for the list but after talking to lots of vendors I''m running out of ideas... We are looking for JBOD systems which (1) hold 20+ 3.3" SATA drives (2) are rack mountable (3) have all the nive hot-swap stuff (4) allow 2 hosts to connect via SAS (4+ lines per host) and see all available drives as disks, no RAID volume. In a
2008 Jan 14
15
How to get a Window handle from another app?
Hello, I would like to get a window handle from another app outside of wxRuby and convert it into a wxRuby Window handle so that I can use it as the parent Window for several wxRuby child windows. Basically I want to use the FRAME_FLOAT_ON_PARENT window style so that my wxRuby windows become associated with the outside app kind of like toolbars, e.g., they don''t show up in the