Skip to content

lattice strip argument check

1 message · Sebastien Bihorel

#
Dear R-Users,

Is there a way to check within the following dummy function if the strip 
argument is different from the default set in the function declaration? 
FYI, this argument should be used downstream in a xyplot call of my 
actual function.

dummyfunction <- function(..., strip = function(...) 
strip.default(...,strip.names=c(TRUE,TRUE))) {}

Thanks for your help