Displaying 3 results from an estimated 3 matches for "xgobi3".
Did you mean:
xgobi
1999 Oct 07
1
Xgobi
I have been trying to get Xgobi to work with the function xgobi( ), but
I keep on getting the message ""Xgobi requires a filename or some data
from stdin" in the DOS-shell. My Xgobi.bat file is :
@echo off
PATH=c:\windows\
set DISPLAY=195.23.18.11:0.0
set XGOBIDIR=c:/Xgobi3
c:\Xgobi3\xgobi.exe
In R I get:
> xgobi(D1)
C:\RW0642/library/xgobi/scripts/xgobi.bat -vtitle 'D1' -dev 2 -std mmx
C:/WINDOWS/TEMP/xgobi18467
I am running Xgobi on the MIX X server on Windows95. Do you know how I
can get Xgobi to accept any of my data.frames? Xgobi runs well on the
f...
1999 Oct 07
0
Xgobi under Windows
...can now export data from R into Xgobi running on
the free MIX X server.
In summary here is the procedure to make Xgobi work under windows for R:
1) Download the Xgobi for windows executables from Brian Ripley's S-Liberries
at
http://www.stats.ox.ac.uk/pub/SWin/
I used the xgobi3-99.zip from 03-Mar-1999 09:55. Unzip it and place in any
directory of your choice.
2) Download R interface windows compiled library, xgobi.zip from CRAN or
mirror sites and installed it in your library directory under which ever
version of R you have running.
3) Modify the xgobi.bat file found...
1999 Nov 09
0
Xgobi for windows NT
...obi running on
>the free MIX X server.
>In summary here is the procedure to make Xgobi work under windows for R:
>
>1) Download the Xgobi for windows executables from Brian Ripley's S-Liberries
>at
>
> http://www.stats.ox.ac.uk/pub/SWin/
>
>I used the xgobi3-99.zip from 03-Mar-1999 09:55. Unzip it and place in any
>directory of your choice.
>
>
>2) Download R interface windows compiled library, xgobi.zip from CRAN or
>mirror sites and installed it in your library directory under which ever
>version of R you have running.
>
>3)...