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