Grid plot for a list of models

# S4 method for lcModels
plot(x, y, ..., subset, gridArgs = list())

Arguments

x

The lcModels object.

y

Not used.

...

Additional parameters passed to the plot() call for each lcModel object.

subset

Logical expression based on the lcModel method arguments, indicating which lcModel objects to keep.

gridArgs

Named list of parameters passed to gridExtra::arrangeGrob.