Arguments
input
Either a single data.frame or a list of
data.frame's (e.g., from different speies). The
data.frame has to have, in addition to any other columns,
columns named exactly "decimalLatitude" and
"decimalLongitude".
mapdatabase
The map database to use in mapping.
What you choose here determines what you can choose in
the region parameter. One of: county, state, usa, world,
world2, france, italy, or nz.
region
The region of the world to map. From the
maps package, run
sort(unique(map_data("world")$region))
to see
region names for the world database layer, or e.g.,
sort(unique(map_data("state")$region))
for the
state layer.
geom
The geom to use, one of geom_point or
geom_jitter. Don't quote them.
jitter
If you use jitterposition, the amount by
which to jitter points in width, height, or both.
customize
Further arguments passed on to ggplot.