[R] taylor.diagram from plotrix package

Jim Lemon jim at bitwrit.com.au
Wed Apr 11 09:44:24 CEST 2012


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



More information about the R-help mailing list