plot.gcm: Plotting methods for COMETs
Description
Plotting methods for COMETs
Usage
# S3 method for gcm
plot(x, plot = TRUE, ...)# S3 method for pcm
plot(x, plot = TRUE, ...)
# S3 method for wgcm
plot(x, plot = TRUE, ...)
Arguments
- x
Object of class 'gcm
', 'pcm
', or 'wgcm
'.
- plot
Logical; whether to print the plot (default: TRUE
).
- ...
Currently ignored.