Is there a way to access the numeric results (standard deviation and correlation) obtained with the taylor.diagram ? -- View this message in context: http://r.789695.n4.nabble.com/taylor-diagram-from-plotrix-package-tp4545669p4545669.html Sent from the R help mailing list archive at Nabble.com.
Hi, ?sd ?cor.test ... Regards, Pascal ________________________________ De?: anaraster <rrasterr at gmail.com> ??: r-help at r-project.org Envoy? le : Mardi 10 avril 2012 22h50 Objet?: [R] taylor.diagram from plotrix package Is there a way to access the numeric results (standard deviation and correlation) obtained with the taylor.diagram ? -- View this message in context: http://r.789695.n4.nabble.com/taylor-diagram-from-plotrix-package-tp4545669p4545669.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.
On 04/10/2012 11:50 PM, anaraster wrote:> Is there a way to access the numeric results (standard deviation and > correlation) obtained with the taylor.diagram ? >Hi anaraster, That wouldn't be too difficult, just alter the code to return a list like this: return(list(oldpar,R,sd.r,sd.f)) instead of: return(oldpar) Jim