Displaying 3 results from an estimated 3 matches for "test_res".
2006 Mar 15
2
Question about 'lables' & ect.
Hi,
I have a file named:
test_R.txt
aaa 2
bbb 5
ccc 7
sss 3
xxx 8
I want to have a plot:
test<-read.table("test_R.txt",col.name=c("Name","Score"))
par(mfrow=c(1,2))
barplot(test$Score)
name<-test$Name
axis(1,at=1:length(test$Name),labels=paste(name))
Q1, if you try the script above,you will get 5 bars, the axis only shows
"aaa",
2004 Oct 29
1
problem building an R package under Windows XP with calls to NAG C routines
...----
adding build stamp to DESCRIPTION
making DLL ...
making test.d from test.c
gcc -Ic:/R/rw2000/include -Wall -O2 -I"C:\Program Files\Numerical
Algorithms Group\CLW3207DA\include" -c test.c -o test.o
ar cr test.a test.o
ranlib test.a
windres --include-dir c:/R/rw2000/include -i test_res.rc -o test_res.o
gcc --shared -s -o test.dll test.def test.a test_res.o
-Lc:/R/rw2000/src/gnuwin32 -L"C:\Program Files\Microsoft Visual
Studio\VC98\Lib" -L"C:\Program Files\
Numerical Algorithms Group\CLW3207DA" -L"C:\Program Files\Numerical
Algorithms Group\CLW3207DA...
2004 Nov 11
1
FW: problem building an R package under Windows XP with calls to NAG C routines
...3207DA\include" -c test.c -o test.o
> <http://www.murdochsutherland.com/Rtools/> >ar cr test.a test.o
> <http://www.murdochsutherland.com/Rtools/> >ranlib test.a
> <http://www.murdochsutherland.com/Rtools/> >windres --include-dir
>c:/R/rw2000/include -i test_res.rc -o test_res.o
> <http://www.murdochsutherland.com/Rtools/> >gcc --shared -s -o
>test.dll test.def test.a test_res.o
> <http://www.murdochsutherland.com/Rtools/> >-Lc:/R/rw2000/src/gnuwin32
>-L"C:\Program Files\Microsoft Visual
> <http://www.murdochsu...