Displaying 1 result from an estimated 1 matches for "selfdefin".
Did you mean:
selfdefined
2002 Dec 16
1
Lattice: panel.superpose function does not pass subscripts and groups arguments (PR#2377)
...type="p",
panel = function(x,y, ...) {
panel.superpose(x,y, ...)
panel.superpose(x,y,
panel.groups=function(x,y,subscripts,groups,ses,col.symbol,...){
cat("Call to selfdefined panel.groups
function by panel.superpose:\n")
cat(" length(x)= ",length(x),"
x=",x,"\n")
cat(" length(y)= ",length(y),"
y=",y,"\n")...