PROBLEM
        If `main' is given as argument to biplot() a warning appears:
        parameter "main" couldn't be set in high-level plot() function

PROPOSAL FOR A SOLUTION
        biplot.default( ....., main=NULL, ...){
                ...
                plot( ......, main=main, ... )
                ...
                plot( ......, main=main, ... )
                ...
        }
        
Wolfram

______________________________________________
[EMAIL PROTECTED] mailing list
http://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Reply via email to