Displaying 20 results from an estimated 4000 matches similar to: "using GUI"
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
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
2001 Mar 04
2
.Random.seed(0) is not a valid Normal type
Dear R-Developers and -Community,
after compiling and installing R 1.2.2., I started 'demo(graphics)' for
a test, and got:
'Error in rnorm(0): .Random.seed(0) is not a Normal type'
Obviously .Random.seed was not initialized appropriately. Following the
the documentation for '.Random.seed' [see below 'Examples'], this can be
fixed
rm(.Random.seed);
2007 Mar 16
2
scatterplot brushing
Is there a package (other than xgobi which requires an X server) that
will do scatterplot brushing? I see a mention in the mail archive of
R-orca by Anthony Rossini but it is not in the current list of
packages.
My OS is Windows XP version 5.1, service pack 2
R version 2.4.1 (2006-12-18)
Thanks
[[alternative HTML version deleted]]
2008 Mar 13
1
Warned about these "three little maids"...
Greetings all:
Newcomer to R as I work on learning it to transfer my college classroom
stats training to something more useful and accurate then that spreadsheet
from Redmond which shall remain nameless.
I'm running v2.6.2 on a Win XP Home system that I keep up to date with all
the called for patches. Haven't added much to the basic install other than
the bits and bobs needed to run
2003 Jun 23
7
How can I do a spinning plot in R?
I have found XLispStat's spinning plots illuminating.
I'd like to do the same thing in R.
A dozen or so probes with help, help.search, apropos
haven't turned up anything, and I've even resorted to
grepping through the entire R source distribution
looking for 'spin.*plot', to no avail.
Either the feature is called something else in R (what?),
or it's in some other
2007 Mar 09
2
rattle()->RData->Explore->GGobi->>libggobi-0.dll--Error
Hello,
I am using R-2.4.1 with Rattle()
i load Rdata (ttData) which has 2columns and 66 rows
When i execute Explore under GGobi for visualization i am facing the
problem,
---- libggobi-0.dll not found
---libggobi-0.dll was not found.... reinstalling the application may
fix the problem
i try install.packages("rggobi") its been installed from CRAN however
when i use it from rattle()
2007 Mar 18
2
Problem Loading rggobi package
After installing rggobi, I get the following error when I try to load it:
> local({pkg <- select.list(sort(.packages(all.available = TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=TRUE)})
Loading required package: RGtk2
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
2007 Jul 09
1
Help in installing rggobi in ubuntu linux
Hi R users.
I am experimenting with ubuntu 7.04 Feisty.
I install the ggobi package with apt-get.
I got almost all the packages, but
when I try to obtain rggobi, I got
this message:
-------------------------------------------------------------------------------------------------
install.packages("rggobi")
Aviso en install.packages("rggobi") : argument 'lib' is
2007 Sep 06
1
Rggobi compilation error: display.c
On a ubuntu linux computer (Feisty, i386), I compile R and additional
packages from source. The compiler is gcc 4.1.2.
The problem is, I can run "sudo R" and successfully compile all
packages (e.g., MASS, lattice) except rggobi. The error seems to be
in display.c. My ggobi is in /usr/local/, which R can find. I don't
think this is a dependence issue because install.packages(...,
2008 Sep 03
2
Does rattle depend on testing's ggobi?
Hello All,
I'm trying to install rattle from source on a AMD64 machine running etch. I
have two packages installed from the etch backport
(r-cran-rodbc and r-cran-rsprng) but all the rest installed from source. I'm
trying to install rattle, but
install.packages("rattle", dependencies=TRUE)
Tries to install rggobi, which complains about the version of libggobi. Does
2004 Nov 24
1
R-2.0.1 and Rggobi
Hi,
I've had no luck with the combination of R-2.0.1 and Rggobi/gobi (1.1-1
and 1.0-1 beta). I've tried a default configuration of ggobi, as well
as one with all the plugins enabled. I'm using RedHat 9 Linux.
The problem I'm experiencing is a segmentation fault when library.dynam
is called from .First.lib
ggobi appears to work OK from the command line. I had an earlier
2009 Nov 28
1
how to put ggobi display into a GUI window setup by gWidgets
Hi,
I want to put a ggobi display into a GUI window setup by gWidgets, but error
occur said it is not a S4 object.
Does anyone have any idea about how to put it in or maybe it can not be put
into a widget at all?
Thanks A LOT!
--
View this message in context: http://n4.nabble.com/how-to-put-ggobi-display-into-a-GUI-window-setup-by-gWidgets-tp930529p930529.html
Sent from the R help mailing list
2008 May 06
3
rggobi is crashing R-2.7.0
I am running 64-bit Ubuntu 8.04 and when I invoke rggobi the interactive
graph displays but R crashes. See my sessionInfo() and a short example
below. Ggobi and rggobi installed without complaints. Mark
> sessionInfo()
R version 2.7.0 Patched (2008-05-04 r45620)
x86_64-unknown-linux-gnu
locale:
2012 Apr 27
1
Unable to compile & install rggobi
I am currently using R 2.15.0 with R Tools 2.15 (in Windows XP). I downloaded the source for RGgobi and extracted it to a folder.
Then I tried compiling and installing with the following command and got an error message:
------------------------------------------------------------------------------------------------------------------
D:\Work\tmp>R CMD INSTALL --build
2011 Jan 25
3
Failing to install {rggobi} on win-7 R 2.12.0
Greetings all,
I am failing to install the package rggobi on windows 7 with R 2.12.0.
On R 2.11.1, the package was installed fine.
I asked for help on the rggobi google group 4 days ago, and didn't receive
any help, so I was wondering if someone here might have a suggestion.
Here are the details:
-----------------------------------
I am having a similar (bot not exact) problem as Tom had
2010 Oct 21
3
R-2.12.0 hangs while installing some packages on FreeBSD
I am working with R-2.12.0 on FreeBSD 9.0-CURRENT for a while now. I
successfully installed more than 300 packages (most as dependencies of
others).
There are two packages I am not able to install: RGtk2 and rggobi.
For example rggobi builds fine and after that it wants to load:
------------------------------------------------------
# R CMD INSTALL rggobi_2.1.16.tar.gz
[..SNIP..]
gcc
2010 Oct 21
3
R-2.12.0 hangs while installing some packages on FreeBSD
I am working with R-2.12.0 on FreeBSD 9.0-CURRENT for a while now. I
successfully installed more than 300 packages (most as dependencies of
others).
There are two packages I am not able to install: RGtk2 and rggobi.
For example rggobi builds fine and after that it wants to load:
------------------------------------------------------
# R CMD INSTALL rggobi_2.1.16.tar.gz
[..SNIP..]
gcc
2012 Apr 28
1
Unable to install rggobi in R 2.15
I am currently using R 2.15.0 with R Tools 2.15 (in Windows XP). I downloaded the source for RGgobi and extracted it to a folder.
Then I tried compiling and installing with the following command and got an error message:
--------------------------------------------------------------------------------------------
D:\Work\tmp>R CMD INSTALL --build "D:\\DPF\\Rggobi\\rggobi"
*
2003 Sep 22
1
anybody running Rggobi on a redhat 9.0 system?
Hi
my installation of ggobi (!) was successful, but when I try to install
Rggobi as described on http://www.ggobi.org/INSTALL.html:
as non-su:
R_HOME=/usr/lib/R
export R_HOME
GGOBI_ROOT=/usr/local/src/ggobi
export GGOBI_ROOT
R_LIBS=/usr/lib/R/library
export R_LIBS
as: su
ln -s $GGOBI_ROOT/lib/libggobi.so /usr/lib/.
ln -s $GGOBI_ROOT/lib/libgtkext.so /usr/lib/.
R CMD INSTALL Rggobi_0.53-0.tar.gz