Learn R Programming

palinsol (version 1.0)

plot.Milankovitch: plot Milankovitch graph

Description

plot Milankovitch object

Usage

# S3 method for Milankovitch
plot(
  x,
  months = TRUE,
  polar_night = TRUE,
  plot_function = contour,
  col = "black",
  ...
)

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

polar_night

if true : the polar night zone will be hashed

plot_function

function used to plot the matrix. Typically contour or image but may also be image.plot if using the fields package.

col

main color for positive contours (negative contours are in red)

...

Other arguments passed to plotting function

Author

Michel Crucifix, U. catholique de Louvain, Belgium.