[R] R article in forbes

David Winsemius dwinsemius at comcast.net
Tue Nov 16 17:30:18 CET 2010


On Nov 16, 2010, at 11:18 AM, Bogaso Christofer wrote:

> Thanks Mark, for sharing such a great article. Really feeling proud  
> that I
> am also part of that great community. BTW can anyone share the code  
> on how
> to draw the picture displayed there (blur surface plot)?
>

Again... a small bit of searching at Baron's site (only 2 hits for s  
search "prestige eduction income 3d":

http://finzi.psych.upenn.edu/R/library/car/html/scatter3d.html

Turns out none of them is exactly that plot, but this is pretty close  
(after click-drag-rotating the interactive RGL display)

require(car)
     if(interactive() && require(rgl) && require(mgcv)) 
{scatter3d(prestige ~ income + education, fit=c( "additive"),
  	data=Prestige)
  	}

(screengrab of X11 window attached.)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RGL_X11.window.pdf
Type: application/pdf
Size: 71469 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20101116/0895792c/attachment.pdf>
-------------- next part --------------



> Thanks,
>
> -----Original Message-----
> From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org 
> ] On
> Behalf Of Mark Leeds
> Sent: 16 November 2010 20:46
> To: r-help at r-project.org
> Subject: [R] R article in forbes
>
> Here's an article in Forbes about R in case anyone's interested.
>
> http://blogs.forbes.com/smcnally/2010/11/10/names-you-need-to-know-in-2011-r
> -data-analysis-software/
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

David Winsemius, MD
West Hartford, CT



More information about the R-help mailing list