Skip to content
Prev 1340 / 63424 Next

problem with sub in graphs

I understand the problem now. 

Clearly a more systematic approach to the use of ... is required.
In the current example with plot and hist the problem arises because parameters 
of the title function are being passed to other low level graphical functions. 
The solution therefore is that only global graphical parameters such as col, are 
passed via ... and function specific parameters like sub need to be specified in 
the function definition. Hence in the current situation plot.default and 
hist.default require a sub= argument which should be passed only to the title 
function. It currently is not, and yes it would be handy to be able to turn off 
the warnings.


Colin
function
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._