[R] Compiling on IBM AIX. The package 'cluster' causes trouble...

2002-12-24 Thread Laurent Gautier
Hi (and Merry Christmas), I am trying to compile R on an AIX IBM machine using the native C and FORTRAN compilers... and everything goes smoothly (congratulations for the configure and make files, this is very nice)... until the pacakge 'cluster' (see dump below) Any hint ? Laurent 1501-

Re: Part II Re: [R] read.ssd {foreign} (Reading a permanent SAS d ataset into an R data frame)

2002-12-24 Thread Stephen Arthur
Scot, Thanks for the info. I will try your code out to verify the result, but before I do that, will your code (SAS and R) work with variable names that are longer than 8 characters long without truncating the variable name in R? Also, I wonder about using your method or the PROC EXPORT method w

Re: [R] Clearing graphics history (Windows)

2002-12-24 Thread ripley
On Tue, 24 Dec 2002, Mike Prager wrote: > Either I am being especially absent-minded today, or setting.SavedPlots > <- NULL does not work as expected. Am I missing something, or should I > send this to R-bugs? Well, first you have to establish that there *is* a bug in R rather than in your

Re: [R] Clearing graphics history (Windows)

2002-12-24 Thread Mike Prager
Either I am being especially absent-minded today, or setting.SavedPlots <- NULL does not work as expected. Am I missing something, or should I send this to R-bugs? > .SavedPlots NULL yet after bringing up the windows() device, it still has plots stored. Also, after generating addition

Re: [R] question on plot

2002-12-24 Thread Dirk Eddelbuettel
On Tue, Dec 24, 2002 at 11:44:02AM -0500, Zhongming Yang wrote: > The following commands only draw two lines (blue and red ones) rather > than three lines. > plot(inData[[1]], inData[[2]], type='l', col="blue", ); > lines(inData[[1]], mod.data$prepeak, col="green"); > lines(inData[[1]], baseline, c

Re: [R] Clearing graphics history (Windows)

2002-12-24 Thread ripley
.SavedPlots <- NULL On Tue, 24 Dec 2002, Mike Prager wrote: > Using R 1.6.1 on Windows 2000. > > The graphics history stored for the windows() device can be cleared using > the menu system of rgui for Windows. Is there a corresponding R function > that can be called from a script to clear the hi

[R] question on plot

2002-12-24 Thread Zhongming Yang
The following commands only draw two lines (blue and red ones) rather than three lines. plot(inData[[1]], inData[[2]], type='l', col="blue", ); lines(inData[[1]], mod.data$prepeak, col="green"); lines(inData[[1]], baseline, col="red"); But when I can draw three lines in different diagrams by using

[R] Clearing graphics history (Windows)

2002-12-24 Thread Mike Prager
Using R 1.6.1 on Windows 2000. The graphics history stored for the windows() device can be cleared using the menu system of rgui for Windows. Is there a corresponding R function that can be called from a script to clear the history? -- Michael Prager, Ph.D.<[EMAIL PROTECTED]>

[R] R-News: congrats and suggestion

2002-12-24 Thread Adriano Azevedo Filho
I would like to congratulate the team in charge of R News for the excelent job done so far. In order to make the material developed for R News even more accessible I would like to suggest that all articles and sections to be available not only in the newletter itself but also as independent se

Re: [R] Linking R script and a COM application

2002-12-24 Thread Uwe Ligges
Wolfgang Scherr wrote: > > I am new to R. I run it under MS Windows. > > My goal is to interface an existing R program (500 lines) with a commercial >software. That one > can be used as an OLE-Server. Ideally I would be able to reference and control the >R-program > and components of the othe