Displaying 1 result from an estimated 1 matches for "xgobi18467".
1999 Oct 07
1
Xgobi
...ame 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
flea example found in the Xgobi package.
Also, if the path of the data file is placed after c:\Xgobi3\xgobi.exe,
then Xgobi will work with this file.
Thank...