ImageMap: Plots an image on a map of the world.

Description Usage Arguments

Description

Plots an image on a map of the world.

Usage

1
2
ImageMap(lon, lat, img, mask = NULL, xlab = "Longitude",
  ylab = "Latitude", ...)

Arguments

lon

Longitude.

lat

Latitude.

img

The image to plot as a matrix of dimensions c(length(lon),length(lat)).

mask

Matrix of dimensions c(length(lon),length(lat)) defining a mask to cut out of the picture.

xlab

Label for the x-axis passed to fields::image.plot. Default is "Longitude".

ylab

Label for the y-axis passed to fields::image.plot. Default is "Latitude".

...

Additional graphical parameters passed to fields::image.plot.


maxsommerfeld/cope documentation built on May 21, 2019, 2:19 p.m.