[R] warning message while plotting taylor diagram
yssp03
waheed.met at gmail.com
Thu Jul 26 03:46:57 CEST 2012
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(<data.frame>) is deprecated.
Use sapply(*, sd) instead.
2: sd(<data.frame>) is deprecated.
Use sapply(*, sd) instead.
3: mean(<data.frame>) is deprecated.
Use colMeans() or sapply(*, mean) instead.
4: mean(<data.frame>) is deprecated.
Use colMeans() or sapply(*, mean) instead.
5: mean(<data.frame>) is deprecated.
Use colMeans() or sapply(*, mean) instead.
6: mean(<data.frame>) is deprecated.
Use colMeans() or sapply(*, mean) instead.*
I am worried about these warning messages.will this effect my taylor diagram
or they are just warnings.
Thanking you in anticipation
--
View this message in context: http://r.789695.n4.nabble.com/warning-message-while-plotting-taylor-diagram-tp4637862.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list