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

______________________________________________
R-help@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.

Reply via email to