Displaying 2 results from an estimated 2 matches for "dinnames".
Did you mean:
  dimnames
  
2004 Jun 11
0
Multiple connections with dinnamically assigned ips
I´m trying to connect my local network to the internet using 2 ADSL connections, very similar to what is discussed here: http://lartc.org/howto/lartc.rpdb.multiple-links.html
but i have some differences:
- i will use 2 identical ADSL connections from the same provider with 600 kbits download / 300 kbits upload each
- i will have 2 dynamically allocated adresses (from the same range cause its the
2002 Nov 04
3
write table and dinnames
I would write in tab-text file a table like this one:
TAB  colname1 TAB   colname2  TAB   TAB...         colnameN
rowname1  #    #              #
rowname2  #    #              #
rownameM  #    #              #
then I wrote something like:
     mymatrix <- matrix(nrow=M,ncol=N,byrow=T)
     rownames(mymatrix) <- chvector1
     colnames(mymatrix) <- chvector2