- v_area
region-keyword predefined by the region_definitions-dataset or an extent.
- lon
Vector returning longitude coordinates of the area to be plotted.
- lat
Vector returning latitude coordinates of the area to be plotted.
- cbpos
letter ("b", "l", "t", "r") indicating the position of the colorbar (bottom, left, top, right). Overwrites cbx
and cby
values.
- cbx
the horizontal limits (x1, x2) of the colorbar. If missing, the user will be asked for manual colorbar placement.
- cby
the vertical limits (y1, y2) of the colorbar. If missing, the user will be asked for manual colorbar placement.
- figdim
numeric vector indicating the width
and height
of the plot device in inches. If missing and force.figdim.widget
is set FALSE
, figdim is assigned a default width
and height
of 7in, otherwise the user will be asked to resize the plot device to set plot dimensions.
- input.mode
character indicating the input mode of the function: 'i' for manual colorbar placement, 'v' for a vertical colorbar on the right side of the plot or 'h' for a hoizontal colorbar below the plot..
- force.figdim.widget
whether figdim
should be assigned by a widget if missing.
- xpos
integer: initial position of the top left corner of the figure window on the pc-screen, given in pixels. Negative values are from the opposite corner. (default is -1). Disregarded under Mac OS.