Usage
panorama(collection, main, cut, ylab.push.factor = 10, cut.col = "darkred", cut.lty = 1, cut.lwd = 2, col = "RoyalBlue", col.ramp = c("red", "pink", "blue"), col.line = "gray30", mar = c(5, 4 + ylab.push.factor, 3, 2), cex.axis = 0.8, cex.yaxis = 0.7, xlab = "Year", color.by.data = FALSE, ...)
panomapa(collection, main, axis = TRUE, xlab = "Long", ylab = "Lat", lab.col = "black", bg = NA, map.bg = NA, map.col = "black", col.ramp = c("Green3", "darkorange1", "red"), arrow.cex = 4.5, arrow.plot = TRUE, pt.col = rgb(0, 0, 0, 0.75), pt.cex = 4.5, pt.pch = 21, leg.pt.bg = pt.bg, leg.bg = NA, leg.title = "Lengevity\n(years)", leg.offset = c(0, 0), leg.y.intersp = 1.75)
Arguments
arrow.cex
Magnification passed to arrow.plot
, defaults to 4.5
arrow.plot
Logical flag to indicate if to call arrow.plot
, defaults to TRUE.
axis
Logical flag to indicate if to plot the axes, defaults to TRUE
bg
Backgrund color for the map, defaults to NA
cex.axis
Magnification for axis, defaults to 0.8
cex.yaxis
Magnification for y-axis, defaults to 0.8 = 0.7
col
col
from par
, defaults to "RoyalBlue"
col.line
Color for lines, defaults to "gray30"
col.ramp
Color for the color ramp, defaults to c("red", "pink", "blue")
for panorama
and to c("Green3", "darkorange1", "red")
for panomapa
color.by.data
Logical flag to use collection$data
to color
the plotted boxes. This implies that all elements of data
are between zero and one.
Defaults to FALSE.
collection
An collection of stations. Object of class Catalog
cut
A concatenation of dates for which to trace a vertical line
cut.col
Color to the cut
line(s), defaults to "darkred". Can be a list
cut.lty
Line type for the cut
line(s), defaults to 1. Can be a list
cut.lwd
Line width for the cut
line(s), defaults to 2. Can be a list
lab.col
Color for the labels, defaults to "black"
leg.bg
Legend box Backgrund color, defaults to NA
leg.offset
Legend offset, defaults to c(0, 0)
leg.pt.bg
Legend points background color, defaults to pt.bg
leg.title
Legend title, defaults to "Lengevity\n(years)"
leg.y.intersp
Legend y interspace, is passed to legend
and defaults to 1.75
map.bg
Map background color, defaults to NA
map.col
map lines color, defaults to "black"
mar
par()$mar
, defaults to c(5, 4 + ylab.push.factor, 3, 2)
pt.cex
Points magnification in map, defaults to 4.5
pt.col
Points color in map, defaults to rgb(0, 0, 0, 0.75)
pt.pch
Points pch
in map, defaults to 21
xlab
for panorama
defaults to "Year" and for panomapa
to "Long".
ylab
y-axes label, defaults to "Lat"
ylab.push.factor
Factor in which to push the labels in panorama
, defaults to 10
...
Any valid parametres for par()