Plotting a xy domain with custom boundaries, colour paletts and optional world map
fill_horiz(
x,
y,
fld,
levels = 1:100,
main = "",
worldmap = TRUE,
legend_loc = "topright",
legend_title = "",
legend_only = FALSE,
Lab = NULL,
...
)
no return
array containing x-axis values (e.g. longitude)
array containing y-axis values (e.g. latitude)
field (which should be plotted) with dimensions (x,y)
levels for colour bar
character containing main title of the plot
should the world map contours be plotted (default TRUE)
location of legend
character containing legend title
logical TRUE only legend should be pltted, or FALSE everything should be plotted (default)
lab palette from type colorRampPalette
additional graphic parameters