Displaying 2 results from an estimated 2 matches for "17d".
Did you mean:
  17
  
2002 Feb 28
1
WineHQ.com Moving
NOTICE!! NOTICE!! NOTICE!!
www.winehq.com will be moving to a new home in Minnesota. We are trying
to make this move as seamless as possible, but we can't guarantee that
there will not be any downtime. I will post another message to the
mailing lists when I have a more definite time of shutdown of the old
server.
www.winehq.org WILL be on-line for Web, FTP and CVS access. The area
that could
2006 Feb 15
2
arrays of lists in R ("cell arrays" in Matlab)
Dear all
I would like to have some data in the form of a 2-dimensional array 
(matrix) of lists, so that I can easily find the desired list object by 
indexing the structure by rows and columns.  In matlab there exists a 
data type called "cell array": a matrix of "cells", which are composite 
objects very similar to R lists. 
I know that in R you can create 1-dimensional