plot.comet: Plotting methods for COMETs

plot.gcmR 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.


comets documentation built on April 4, 2025, 1:24 a.m.

Related to plot.comet in comets...