plot.gcm {comets}R Documentation

Plotting methods for COMETs

Description

Plotting methods for COMETs

Usage

## S3 method for class 'gcm'
plot(x, plot = TRUE, ...)

## S3 method for class 'pcm'
plot(x, plot = TRUE, ...)

## S3 method for class '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.


[Package comets version 0.1-0 Index]