Displaying 1 result from an estimated 1 matches for "log10rr".
Did you mean:
log10
2008 May 28
1
Unnecssary warnings in plot function (PR#11530)
...ion from: (NULL) (205.207.78.4)
I used the plot function to create some graphs but wanted to add soem
restrictions. A set of warning were produced even though the plot worked fine.
Can these warnings be cleaned up? Here is an example:
***************************************
> plot(xx$month, xx$log10RR, xlab="", ylab="", type='n', xlim=c(0,60),
ylim=c(-0.2,0.3),tick=F, labels=F)
Warning messages:
1: In plot.window(...) : "tick" is not a graphical parameter
2: In plot.window(...) : "labels" is not a graphical parameter
3: In plot.xy(xy, type, ...) :...