Displaying 2 results from an estimated 2 matches for "hzs".
Did you mean:
has
2001 Jul 11
0
Question.
...the
successful compile.
If anyone has the precompiled R under sparc workstation, may I get a
copy?
Thank you very much in advance for ur help.
Zhuanshi He
Advanced Environmental Monitoring and Research Center
Kwangju Institute of Science and Technology
Republic of Korea
http://www.geocities.com/hzs.geo
----------------------------------
R is now configured for sparc-sun-solaris2.7
Source directory: .
Installation directory: /usr/local
C compiler: gcc -g -O2
C++ compiler: c++ -g -O2
FORTRAN compiler: g77 -g -O2
X11 support:...
2006 Jun 27
3
reading a matrix from a file
Hello everyone,
I'm writting a little script that will read a matrix from a file
i.e.
0,.11,.22,.4
.11,0,.5,.3
.22,.5,0,.7
anb so on
and will then calculate some standard stats for nets (i.e. centralization, degree, etc).
So far I have opened the file and read the contents, however I' m using readLines(filename)
to read the file and it returns it as