Re: [R] Exporting an rgl graph

2010-04-29 Thread cgenolin
I need to use the function saveTriangleAsASY in my package. Does it allready exist in a package or may I unclude it ? Christophe -- View this message in context: http://r.789695.n4.nabble.com/Exporting-an-rgl-graph-tp1872712p2075086.html Sent from the R help mailing list archive at Nabble.com.

Re: [R] Exporting an rgl graph

2010-04-20 Thread Duncan Murdoch
On 20/04/2010 10:43 AM, l...@stat.uiowa.edu wrote: On Fri, 16 Apr 2010, Michael Friendly wrote: > l...@stat.uiowa.edu wrote: >> The current issue of JCGS (Vol 18 No 1, >> http://pubs.amstat.org/toc/jcgs/19/1) has an editorial on including >> animations, 3D visualizations, and movies in on-line P

Re: [R] Exporting an rgl graph

2010-04-20 Thread luke
On Fri, 16 Apr 2010, Michael Friendly wrote: l...@stat.uiowa.edu wrote: The current issue of JCGS (Vol 18 No 1, http://pubs.amstat.org/toc/jcgs/19/1) has an editorial on including animations, 3D visualizations, and movies in on-line PDF files supporting JCGS articles. The online supplements to

Re: [R] Exporting an rgl graph

2010-04-20 Thread Christophe Genolini
Thanks a lot Both Asymptote and MeshLab work fine. Thanks for this article, Luke. On my particular case, I need to export lines (1D object in a 3D space) and not surfaces (2D objects). Is it possible to draw lines with misc3d ? Christophe Genolini Luke Tierney a écrit : The current issue o

Re: [R] Exporting an rgl graph

2010-04-16 Thread Greg Snow
Behalf Of cgeno...@u-paris10.fr > Sent: Thursday, April 15, 2010 6:02 AM > To: ted.hard...@manchester.ac.uk; Barry Rowlingson > Cc: r-help@r-project.org > Subject: Re: [R] Exporting an rgl graph > > Thanks for you answer. Let me precise my question. > > In fact, I do not want

Re: [R] Exporting an rgl graph

2010-04-16 Thread Michael Friendly
l...@stat.uiowa.edu wrote: The current issue of JCGS (Vol 18 No 1, http://pubs.amstat.org/toc/jcgs/19/1) has an editorial on including animations, 3D visualizations, and movies in on-line PDF files supporting JCGS articles. The online supplements to the editorial include examples. The 3D example

Re: [R] Exporting an rgl graph

2010-04-15 Thread David Winsemius
On Apr 15, 2010, at 1:52 PM, Gavin Simpson wrote: On Thu, 2010-04-15 at 13:00 -0400, David Winsemius wrote: On Apr 15, 2010, at 12:34 PM, l...@stat.uiowa.edu wrote: The current issue of JCGS (Vol 18 No 1, http://pubs.amstat.org/toc/jcgs/19/1 ) has an editorial on including animations, 3D vis

Re: [R] Exporting an rgl graph

2010-04-15 Thread baptiste auguie
On 15 April 2010 18:34, wrote: > The current issue of JCGS (Vol 18 No 1, > http://pubs.amstat.org/toc/jcgs/19/1) has an editorial on including > animations, 3D visualizations, and movies in on-line PDF files > supporting JCGS articles. The online supplements to the editorial > include examples.  

Re: [R] Exporting an rgl graph

2010-04-15 Thread Gavin Simpson
On Thu, 2010-04-15 at 13:00 -0400, David Winsemius wrote: > On Apr 15, 2010, at 12:34 PM, l...@stat.uiowa.edu wrote: > > > The current issue of JCGS (Vol 18 No 1, > > http://pubs.amstat.org/toc/jcgs/19/1 ) has an editorial on including > > animations, 3D visualizations, and movies in on-line PDF f

Re: [R] Exporting an rgl graph

2010-04-15 Thread David Winsemius
On Apr 15, 2010, at 12:34 PM, l...@stat.uiowa.edu wrote: The current issue of JCGS (Vol 18 No 1, http://pubs.amstat.org/toc/jcgs/19/1 ) has an editorial on including animations, 3D visualizations, and movies in on-line PDF files supporting JCGS articles. The online supplements to the editorial

Re: [R] Exporting an rgl graph

2010-04-15 Thread luke
The current issue of JCGS (Vol 18 No 1, http://pubs.amstat.org/toc/jcgs/19/1) has an editorial on including animations, 3D visualizations, and movies in on-line PDF files supporting JCGS articles. The online supplements to the editorial include examples. The 3D examples related to the misc3d pack

Re: [R] Exporting an rgl graph

2010-04-15 Thread Ted Harding
On 15-Apr-10 12:33:11, baptiste auguie wrote: > I have seen pdf files with 3D objects embedded in it, using the U3D > format, > http://en.wikipedia.org/wiki/Universal_3D At the bottom of that page is a link to a very nice example: http://meshlab.sourceforge.net/wiki/images/c/cc/Laurana.pdf "Em

Re: [R] Exporting an rgl graph

2010-04-15 Thread baptiste auguie
I have seen pdf files with 3D objects embedded in it, using the U3D format, http://en.wikipedia.org/wiki/Universal_3D but I don't think there's a device for this in R; in fact there may not even exist a third-party post-processing route available at this time to bridge the gap between rgl and this

Re: [R] Exporting an rgl graph

2010-04-15 Thread Barry Rowlingson
On Thu, Apr 15, 2010 at 1:01 PM, wrote: > Thanks for you answer. Let me precise my question. > > In fact, I do not want to "capture" a screen, I want to save an object that > can be seen in 3D. With rgl, using my mouse, I can make the object move. > This is what I want to export: an real 3D objec

Re: [R] Exporting an rgl graph

2010-04-15 Thread cgenolin
Thanks for you answer. Let me precise my question. In fact, I do not want to "capture" a screen, I want to save an object that can be seen in 3D. With rgl, using my mouse, I can make the object move. This is what I want to export: an real 3D object that my collaborator will have the possibilit

Re: [R] Exporting an rgl graph

2010-04-15 Thread Ted Harding
On 15-Apr-10 10:10:54, Barry Rowlingson wrote: > On Thu, Apr 15, 2010 at 10:24 AM, wrote: >> Hi the list, >> >> I use rgl to produce a 3D graph. I would like to "show" this graph >> to some collaborator. Is there a way to save it and send it to >> someone else? > > See ?rgl.postscript and ?rgl.s

Re: [R] Exporting an rgl graph

2010-04-15 Thread Barry Rowlingson
On Thu, Apr 15, 2010 at 10:24 AM, wrote: > Hi the list, > > I use rgl to produce a 3D graph. I would like to "show" this graph to some > collaborator. Is there a way to save it and send it to someone else? See ?rgl.postscript and ?rgl.snapshot Or use some kind of screen capture system - on Win

[R] Exporting an rgl graph

2010-04-15 Thread cgenolin
Hi the list, I use rgl to produce a 3D graph. I would like to "show" this graph to some collaborator. Is there a way to save it and send it to someone else? Christophe Genolini __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listi