Learn R Programming

palinsol (version 0.92)

plot.Milankovitch: plot Milankovitch graph

Description

plot Milankovitch object

Usage

## S3 method for class 'Milankovitch':
plot(x, months=TRUE, plot_function=image,...)

Arguments

x
Milankovitch object
months
if true : x-axis of the plot indicates months conventionnally defined with the true solar longitude; x-axis is simply the true solar longitude otherwise
...
Other arguments passed to plotting function
plot_function
function used to plot the matrix. Typically contour or image but may also be image.plot if using the fields package.