plot.Milankovitch {palinsol} | R 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
|
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.
[Package palinsol version 1.0 Index]