Re: [R] warning message while plotting taylor diagram

2012-07-27 Thread Henrik Singmann
Dear Jim, indeed, you are right. As the OP did not include the package name I was to lazy to check where taylor.diagram actually is from. Would I have known that it is from plotrix I would have seen that it actually is not a problem of the author but of handing over the wrong object. As I kno

Re: [R] warning message while plotting taylor diagram

2012-07-27 Thread Jim Lemon
On 07/26/2012 10:27 PM, Henrik Singmann wrote: Dear Waheed, As you correctly inferred, these are just warnings and dont need to bother you now. The maintainer/author of the taylor.diagram function should be more worried. These warnings just say that in upcoming versions of R the functions withi

Re: [R] warning message while plotting taylor diagram

2012-07-26 Thread yssp03
Dear Henrik Thank you so much for the clarification. Best regards waheed On Thu, Jul 26, 2012 at 9:32 PM, Henrik Singmann [via R] < ml-node+s789695n463791...@n4.nabble.com> wrote: > Dear Waheed, > > As you correctly inferred, these are just warnings and dont need to bother > you now. The maint

Re: [R] warning message while plotting taylor diagram

2012-07-26 Thread Henrik Singmann
Dear Waheed, As you correctly inferred, these are just warnings and dont need to bother you now. The maintainer/author of the taylor.diagram function should be more worried. These warnings just say that in upcoming versions of R the functions within taylor.diagram() will not work anymore. How

[R] warning message while plotting taylor diagram

2012-07-25 Thread yssp03
Dear all I am new to R and not know much about it. However through googling I am able to plot taylor diagram. Here is the message from R *> taylor.diagram(obs,M3,pos.cor=FALSE,add=FALSE,pcex=1,col="darkgreen") Warning messages: 1: sd() is deprecated. Use sapply(*, sd) instead. 2: sd() is depreca