qmap | R Documentation |
qmap
is a shortcut similar to ggplot2's qplot
designed to quickly plot data with a limited range of options.
qmap(
data,
x = NULL,
y = NULL,
map.type = "panarctic",
geom = "point",
limits = "auto",
bathymetry = FALSE,
bathy.style = "poly_blues",
...
)
data |
Data frame to use. |
x , y , ... |
Aesthetics passed into each layer. Longitude and latitude columns are automatically recognized given that user has followed the PlotSvalbard standard naming. (ADD FUNCTION TO AUTOMATICALLY TRANSFORM DATA) |
map.type |
Type of map area. Options: "panarctic", "barentssea", "svalbard", "mosj", "kongsfjorden", "kongsfjordbotn", "kronebreen", or "rijpfjorden". See the |
geom |
Character vector specifying geom(s) to draw. Defaults to "point". |
limits |
Map limits. See the |
bathymetry |
Logical indicating whether bathymetry should be added to the map. |
bathy.style |
Character defining the style for bathymetry contours. See the |
Mikko Vihtakari
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.