plot.Milankovitch: plot Milankovitch graph

plot.MilankovitchR Documentation

plot Milankovitch graph

Description

plot Milankovitch object

Usage

## S3 method for class '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(s)

Michel Crucifix, U. catholique de Louvain, Belgium.


palinsol documentation built on May 31, 2023, 6:56 p.m.