Displaying 20 results from an estimated 500 matches similar to: "RH and packages"
2001 Aug 20
1
Cave plots
Hi all,
Is there a way to compare time series using cave plots with R ?
Thank you for your time.
---------------------
Patrick Gonin
Responsable D?partement Evaluation in vivo
GENETHON III- CNRS URA 1923
1 bis, rue de l'Internationale
BP 60
91002 EVRY CEDEX
FRANCE
Tel: 33-1-69-47-10-21
Fax: 33-1-60-77-86-98
gonin at genethon.fr
---------------------
2001 Jul 11
0
Mac Pckg
Hi, do someone knows how to install contributed packages under Mac OS
classic. When I download one, expand, and copy the folder under
"library", R says: 'Package X contains no R code in'library(X)'.
thanks
---------------------
Patrick Gonin
Responsable D?partement Evaluation in vivo
GENETHON III- CNRS URA 1923
1 bis, rue de l'Internationale
BP 60
91002 EVRY CEDEX
2002 May 02
1
R-GNOME (PR#1503)
Hi R colleagues,
I don't know whether this is a bug, but something weird happen with R-GNOME.
Version 1.5.0.
I compiled the stuff under i-686 Linux RH 7.2 using ./configure --with-gnome.
R can be started with or without the Gnome interface: fine.
However, when I start with Gnome interface, jpeg and a few other
things are unavailable (checked using capabilities()), whereas
everything is
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
2001 Aug 15
1
Help with XGobi.
Hi,
I followed the following sequence of commands after installing 'XGobi':
>library(xgobi);
>data(ToothGrowth);
>xgobi(ToothGrowth);
I got the following warning message:
C:/R13 1.0/rw1030/library/xgobi/scripts/xgobi.bat -vtitle 'ToothGrowth' -std mmx
C:/DOCUME~1/h1452992/LOCALS 1/Temp/xgobi-TthGr5705
Warning message:
argument `pkg' is deprecated. Use
2002 Apr 12
1
xgobi
Hi,
Just started with exploring R. Nice ! (for many years using Splus).
I tried to install and activate the package xgobi.
- first download of xgobi.zip
- then the R-command to install:
install.packages('N:\\d024\\xgobi.zip',CRAN=NULL)
- finally the command to attach the library:
library(xgobi)
Up to now, everything seemed to work. Also the help. No warnings that
the
2002 Jul 24
2
No subject
Hi, I am trying to use xgobi with R on a windows XP machine. I downloaded the package, which seems to have worked and started on the tutorial supplied. The command
data(laser)
works fine
but the command
xgobi(laser)
returns
C:/PROGRA~1/R/rw1051/library/xgobi/scripts/xgobi.bat -vtitle 'laser' -std mmx C:/DOCUME~1/Adam/LOCALS~1/Temp/xgobi-laser19169
>
with nothing
2003 Mar 16
4
xgobi?
Hi all,
As far as I understood from the documentation of xgobi. The package is
intended to plot data in 3D (and more). Why if I enter example(xgobi)
nothing displays even though the example calls also the xgobi command (yes I
did load the library)? Do I need to install anything else for xgobi to work?
I use R 1.6.1. on Windows 2000 platform or R 1.5.1 with RedHat 7.3 (none
works).
Miha
2007 Jan 26
1
Question about the xgobi package
Hi,
When I tried an example of the xgobi function, I got the following error. Could someone explain to me
what is wrong ? Thanks a lot.
xgobi(crabs,colors=c("SkyBlue","SlateBlue","Orange","Red")[rep(1:4,each=50)])
c:/PROGRA~1/R/R-23~1.1/library/xgobi/scripts/xgobi.bat -vtitle 'crabs' -std mmx
2000 Apr 11
2
xgobi interface
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 works
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help
2000 Apr 17
1
xgobi
I can't ssem to get the the examples running. Can anyone offer a
solution?
Thanks in advance, and this what happens.
> data(laser)
> xgobi(laser)
xgobi -title 'laser' -std mmx /tmp/xgobi-laserR7316S41c6 &
> Neither the file /tmp/xgobi-laserR7316S41c6 nor /tmp/xgobi-laserR7316S41c6.dat exists
-------------- next part --------------
A non-text attachment was scrubbed...
2002 Nov 16
1
Xgobi
Dear helpers,
I'm working with expression matrices (DNA microarrays) and my
professor suggested me to investigate the possibilities of
Xgobi. Searching the net I found that I could use it with R. Is
that true?
How can I do this? I'm working on a Windows ME notebook. I've
already got xgobi.zip from CRAN and xgobi.zip from Professor
Brian Ripley
1999 Jul 28
1
(Fwd) Re: 3d in R
In Win95/NT you can use xgobi (program and R interface) as well,
provided you will install an x-server on your machine (a free one is
available from http://www.microimages.com/freestuf/mix/).
Regards!
Zdenek Skala
*****************************************************
Uli Flenker wrote:
I'm not familiar with S/S+, but I think the "xgobi" software package
can
do what you want
2007 Jan 07
3
MDS in 3D
Hi,
I have tried to develop multidimensional scaling for 3D space using PCA without success, yet;-) Is there some application ready in R?
Cheers,
Atte
2002 Jun 07
1
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
2000 Mar 08
5
x-server
Dear all,
first, I would like to thank R-core team for making so a great
software available. Thank you all, really!
Using R (1.0.0) on a Win98 platform, I need an x-server to run
xgobi (through R xgobi interface). I've been using a MI/X server but
trying to upgrade I noticed that MI/X is no longer available for free.
Similarly, eXceed is available at evaluation version (for a limited
time
2000 Mar 09
1
What is XGobi and what is it for?
I've seen XGobi come up in here from time to time, and I wonder what is
it, what is it for, do I need it? How about throwing me a bone here!
--
Paul E. Johnson email: pauljohn at ukans.edu
Dept. of Political Science http://lark.cc.ukans.edu/~pauljohn
University of Kansas Office: (785) 864-9086
Lawrence, Kansas 66045 FAX: (785)
2002 Jul 07
1
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
2002 Aug 21
1
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
2003 Sep 18
1
xgobi vs ggobi
Hi Folks,
I'm at the point where I'd normally install xgobi (which I've
used and found very useful), but there is the alternative of
ggobi (now at version 0.9).
Would anyone with experience of both care to indicate the
merits of either relative to the other?
The other thing I can't make out too clearly from the ggobu
website is quite what's involved in choosing between the