search for: axis3d

Displaying 10 results from an estimated 10 matches for "axis3d".

Did you mean: axes3d
2011 Sep 08
1
3D plot RGL
...matrix(Sales) plot3d(Year, dat, Sales, type="h", axes=F, lwd=5, xlab="Year", ylab="Country", zlab="Sales", col=Colors, main="Typherix: Country/Year/Sales") ##replacing type="l" makes a connections all around, I want only one per country axis3d("x", nticks=10, cex=0.7) axis3d("z", nticks=5, cex=0.7, las=2) axis3d("y", labels=Country, las=2, nticks=20, cex=0.5) -- View this message in context: http://r.789695.n4.nabble.com/3D-plot-RGL-tp3798754p3798754.html Sent from the R help mailing list archive at Nabble....
2008 Aug 26
1
plot3d origin
Hi all, I am trying to do a 3d plot where the x,y,z axes intersects with the origin (0,0,0) using the plot3d() funtion in the rgl package without success. I looked back at the past archives on this subject and someone suggested using djmrgl package. I searched and found it, installed it but when I try to load it I get the error ... Error in inDL(x, as.logical(local), as.logical(now), ...) :
2011 Oct 07
1
axes3d/bbox3d - axis values not fixed
...nly. Now when I call: axes3d() ...the axis values hide/behave the way I want, but I want my own characters in there instead of the values that default. Trying again: open3d() persp3d(x, y, z, col="red", alpha=0.7, aspect=c(1,1,0.5),xlab='',ylab='',zlab='', axes=F) axis3d('x',labels='test') ...puts in a custom character label 'test', but I loose the behavior/hiding. Also, then how do I get the values for the z axis to populate with the default values and auto-hide with the other two custom string axes auto-hiding? I'm pretty sure I nee...
2008 Jan 26
2
scatterplot3d with categorical data
Dear users, I'm trying to produce a 3d bar plot but the x and y dimensions have categorical data -- so I only want 3 points on each axis. So I try: require(scatterplot3d) mymat<-data.frame( x=c(1,1,1,2,2,2,3,3,3), y=c(1,2,3,1,2,3,1,2,3), z=c(1,2,3,4,5,6,7,8,9)) scatterplot3d(mymat, type="h", lwd=5, pch=" ", xlab="xlabel",
2011 Dec 09
1
rgl.postscript() failure when saving a scene
...ved but the transaprencies of ellipsoids are lost. HERE below I copy a script with simulated data. I use R.2.14 but even with R2.12 I got the same problems Thankyou in advance for your help. datii<-data.frame(cbind(rnorm(30,1,1),rnorm(30,2,1),rnorm(30,3,1),abs(rnorm(30,4,1)),c(rep(1:2,15)))) axis3D(axis.col="black",axis.scale=max(datii[,1:3]),axis.len=0.03) arrows3D(c(0,0,0),c(-max(datii[,1:3]),0,0),length=0.03) arrows3D(c(0,0,0),c(0,-max(datii[,1:3]),0),length=0.03) arrows3D(c(0,0,0),c(0,0,-max(datii[,1:3])),length=0.03) ######### with this command, i.e. "type="p"...
2013 Jun 25
1
Correct scaling of axis in persp3d plot
...dged(s,mean=fd[t,'Mu'],sd=fd[t,'Sigma'],nu=fd[t,'Shape'])}z <-outer(x,y,f)persp3d(x,y,z,theta=50,phi=25,expand=0.75,col=color,ticktype="detailed",xlab="",ylab="time",zlab="",axes=TRUE,axes=FALSE) axes3d(c('x--','z'))axis3d(edge='y+-',at =seq(500,2000,by=500),labels =rownames(fd)[seq(500,2000,by=500)]) My first question is: Currently I have four date ticks on my axis, but what I don't like is, that in my data, the starting date is in 2004, but the plots look like, as if the starting year would be 2006. S...
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
2010 Sep 29
1
3D Graphics
Dear All, I have made a scatter plot and placed a plane within it using scatterplot3d. However, I have been asked for the data points to be a surface plot or have the plane more closely resemble the data rather than show trends. I have since tried to use the rgl package. Why doesn't this package use the window which already contains graphics? I have one axis with decreasing values and two
2010 Feb 11
2
Using contour3d: axes, plotting to file, with lattice
I am looking for examples of how to plot with contour3d() to a PNG or PDF file, add axes and other elements to the isosurface plot, and use contour3d in conjunction with lattice. Regarding lattice, I'm not necessarily looking for conditioning on the data shown in the isosurface plots, just a way to show multiple plots in one figure and label them. I am new to the packages misc3d and rgl.
2001 Jan 06
4
3D package in R
Hi all, I am considering writing a 3D visualisation package for R. Purposes: - Visualise 3 dimension data - Manipulate the data or series or any other object with the mouse as in any 3D software (3D Studio Max, Lightwave...) - Eventually display more than just 3D objects. Justification: - It's always interesting to plot data before performing any analysis - Manipulating (rotating,