Displaying 10 results from an estimated 10 matches for "neoscientists".
2006 Feb 03
2
rgl install problem on Solaris 10 X86
Hi,
Could you help me to install the rgl package on Solaris 10 x86?
I tried and got the following error messages.
When I compiled my R as 64bit, I used the SUN ProW compilers.
However, gcc seems to being used below as well as missing some information.
Thank you in advance,
Dongseok
> install.packages("rgl")
--- Please select a CRAN mirror for use in this session ---
*
2005 Aug 21
0
RGL v0.65
...X()" is still available.
You can decide between more OpenGL/RGL'is low-level functions or
more R'ish functions using the R3D interface concept.
* Rendering of blended surfaces using hierarchical z-sorting.
* New material property: Texture environment mapping
WEBSITE
http://rgl.neoscientists.org
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-packages
2005 Aug 21
0
RGL v0.65
...X()" is still available.
You can decide between more OpenGL/RGL'is low-level functions or
more R'ish functions using the R3D interface concept.
* Rendering of blended surfaces using hierarchical z-sorting.
* New material property: Texture environment mapping
WEBSITE
http://rgl.neoscientists.org
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-packages
2005 Oct 28
2
3d bar plot
Hi,
does anyone has a bar plot function that produces something
like this (I hope attachments work) ?
If not, I simply want to produce 3d bar plots.
Thanks in advance,
Jan
2008 Jul 25
1
Tutorial on rgl Graphics
Can anyone point me towards a tutorial on using the rgl graphics package?
Something with lots of examples would be nice. Thanks.
Tom
--
View this message in context: http://www.nabble.com/Tutorial-on-rgl-Graphics-tp18649114p18649114.html
Sent from the R help mailing list archive at Nabble.com.
2008 Nov 22
1
How to draw following plot in R?
I want to draw following plot, given here
http://www.2shared.com/file/4327128/830b82c4/pic.html
for the following data :
dat <- cbind(rnorm(100), sample(c(1:4), 1000, T))
colnames(dat) <- c("data","level")
Here x-axis should be on "data" and y-axis is for "level" and z-axis should
be to display the frequency of "data" for a particular
2011 Jan 31
0
Esféricas 3D (Alberto Soria)
Hola,
Echale un ojo al paquete ggplot2:
http://had.co.nz/ggplot2/coord_polar.html
Puedes tambien convertir a Cartesianas:
Polar2Cartesian = function(t1, rP){
x1 = rP*cos(t1)
y1 = rP*sin(t1)
return(c(x = x1,y = y1))
}
y trabajar desde ahí con el paquete rgl:
http://rgl.neoscientists.org/gallery.shtml
Un saludo
Eduardo San Miguel Martin
Consultor BI
[[alternative HTML version deleted]]
2012 Mar 02
0
plotting standard deviation of multivariate normal distribution (preferred in rgl package)
...ic of the
well known target comparison/analogy of accuracy and precision (see i.e.
http://en.wikipedia.org/wiki/Accuracy_and_precision for a simple hand
made 2d graphic).
The code for a really beautiful graphic is already provided as
demo(bivar) in the rgl package (for a picture see i.e
http://rgl.neoscientists.org/gallery.shtml right upper corner).
Now I'd like to add the standard deviation to the 3d plot. Unfortunately
I couldn't figure out how to do that.
What I did so far is:
Assuming you have executed the code of the demo mentioned above you can
plot a 2d scatter plot of the data ("th...
2010 Sep 17
2
Was the package installed correctly
Hi folks,
On R
> install.packages("TeachingDemos", dependencies=TRUE)
......
installing to /usr/local/lib/R/site-library/mapproj/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices ...
** testing if installed package can be loaded
* DONE (mapproj)
The downloaded packages are in
2007 May 04
1
rgl install on rhel4 x86_64
I'm trying to install rgl 0.71 on a redhat enterprise 4, x86_64. I have
tried using R 2.2.1, 2.3.1, and 2.5.0. I have successfully installed
this version of rgl, using R 2.2.1 on an rhel4 i386 host. On the x86_64
host, I receive the following configuration error:
checking GL/gl.h usability... no
checking GL/gl.h presence... yes
configure: WARNING: GL/gl.h: present but cannot be