similar to: 3D graphics with R

Displaying 20 results from an estimated 2000 matches similar to: "3D graphics with R"

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
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
2001 Mar 05
3
xgobi/ggobi
> From: Ko-Kang at xtra.co.nz > Date: Mon, 5 Mar 2001 23:25:00 +1300 > > This might be better discussed on the ggobi help list, but I failed to > > subscribe to that as mail to ggobi.org is refused .... > > Yes I tried to subscribe to the list a few weeks ago and it refused my > subsription somehow... I think if you use ggobi-help-request at franz.stat.wisc.edu it
2003 Sep 20
4
persp graphs
Hi, I am doing my way on R, with much experimenting. So, I am trying to plot a 3d graphic ussing "persp" and entering a data set (attached) of UTM coordinates as x,y and a pH values as z. However when I try an error message comes out telling that increasing x and y values are expected. Jus ordering the first vector does not help, and, of course, order the first two independently
2002 Nov 17
1
Xgobi II
Hi again. Thank you for the tips but I don't know what is a X server. I remember that I?m working with my own notebook. Is this possible? I could also try to run it in my faculty. thanks Luis -------------------------------------------- sapo.pt/kitadsl -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
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
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
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);
2002 Feb 20
6
using GUI
A few days ago I loaded R version 1.4.1 to run on Windows 98 and haven't been able to find information on the GUI approach in the FAQs, R Reference Index, or Search Engine . Edit has an item that allows changing GUI preferences, and the Target path in the icon ends in Rgui.exe, so it appears that R for Windows does include using the GUI approach. In S-Plus I wrote a application with
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
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
2000 Apr 12
4
For wishlist: sanity checks for subsets in lm, glm (PR#
Martyn Plummer <plummer@iarc.fr> writes: > On 12-Apr-00 Peter Dalgaard BSA wrote: > > Might be a good idea. Mind you, Splus 3.4 does exatly the same thing, > > and I'm a little worried that the uniqueness assumption might kill > > some bootstrapping applications: > > > > glm(y ~ x, data=test.data, subset=sample(seq(along=y),replace=T)) > > Splus
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]]
2005 Mar 08
1
3D plot not working as desired!
Hello R-users! I am trying to plot 3 vectors (x,y,z) of observations generated by mvrnorm in library(MASS). I tried plot3d in library(djmrgl) and scatterplot3d. But these program gives x,y,z axis which do not intersect at the origin (0,0,0). I searched through all the graphics related packages for R like xgobi, ggobi, grid and more. Quite confusing which one to choose. Would anyone recommend
2002 Jan 08
1
FW: Interactive
Is it possible to have interactive graphic display in R just like S-Plus? ______________________ Indrajit SenGupta Department Of Statistics St. Xavier's College Calcutta University indra_calisto at yahoo.com indrajitsg at vsnl.net _________________________________________________________ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list
2009 Nov 19
2
3D plot, rotatable and with adjustable symbols
Hi all, I've tried to make a 3D plot, but have run into some problems. I'd like to have a plot that I can rotate interactively using the mouse, which is possible using the plots3d {R.basic}. However, I would like to change the symbols used as the points, but there's no pch in plot3d(). If I use the Scatterplot3d package, I'm able to change this, but not able to rotate
2008 May 03
4
interactive rotatable 3d scatterplot
I would like to create a 3d scatterplot that is interactive in the sense that I can spin it on its axes to better visualize some PCA results I have. What are the options in R? I've looked at RGL and perhaps it will suffice but it wasn't apparent from the documentation I found. Any demo scripts available for a package that will work? Mark -- Mark W. Kimpel MD ** Neuroinformatics **
2007 Jun 18
4
triangle contour plots
Suppose I have three numbers p1, p2, p3 with 0 <= p1,p2,p3 <= 1 and p1+p2+p3=1, and a function f=f(p1,p2,p3) = f(p1,p2,1-p1-p2). How to draw a contour plot of f() on the p1+p2+p3=1 plane, that is, an equilateral triangle? Functions triplot(), triangle.plot(), and ternaryplot() give only scatterplots, AFAICS -- Robin Hankin Uncertainty Analyst National Oceanography Centre,
2010 Nov 23
1
RDA Triplot
Hi Im using the VEGAN package to do an RDA ordination. In my plot I get my environmental scores as arrows/vectors, but my species scores as points. I would like to get the species scores as arrows as well. I tried the envfit function, and this creates arrows, but the lenght is not proportionate to the strengh of the correlation and the point is still there (so I both have point and arrow). fit