i just installed the xgobi interrface, and this is what i get when i try to run the example things don't work> xgobi(laser)xgobi -title 'laser' -std mmx -dev 2 /tmp/unixR3e07S15fb &> Neither the file 2 nor 2.dat existswhat am i doing wrong? p.s.: xgobi is installed and works -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Tue, 11 Apr 2000, Erich Neuwirth wrote:> i just installed the xgobi interrface, > and this is what i get > when i try to run the example > things don't work > > > xgobi(laser) > xgobi -title 'laser' -std mmx -dev 2 /tmp/unixR3e07S15fb & > > Neither the file 2 nor 2.dat exists > > what am i doing wrong? > > > p.s.: xgobi is installed and worksYou have too old an interface: xgobi was changed about 6 months ago. That line should not have `-std mmx -dev 2'. It looks like Kurt has not caught up with the Windows xgobi package! Replace the line args <- paste("-std", std, "-dev", dev) by args <- "" Brian -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
(message from 11.4.2000 13:02 Uhr):> i just installed the xgobi interrface, > and this is what i get > when i try to run the example > things don't work > >> xgobi(laser) > xgobi -title 'laser' -std mmx -dev 2 /tmp/unixR3e07S15fb & >> Neither the file 2 nor 2.dat exists > > what am i doing wrong?Nothing, I guess. The same thing turned up here. It seems that xgobi does not interpret the "dev" option as it should. A quick fix is to comment out the respective line in the "xgobi" R interface function (somewhere near the beginning, forgot the actual line). Disables the "dev" functionality, of course. But then, xgobi works. Has anybody else seen this? Any hints? Kaspar -- Kaspar Pflugshaupt Geobotanisches Institut Zuerichbergstr. 38 CH-8044 Zuerich Tel. ++41 1 632 43 19 Fax ++41 1 632 12 15 mailto:pflugshaupt at geobot.umnw.ethz.ch privat:pflugshaupt at mails.ch http://www.geobot.umnw.ethz.ch -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._