PlotSvalbard-package: Plot research data from Svalbard on maps

PlotSvalbard-packageR Documentation

Plot research data from Svalbard on maps

Description

Uses ggplot2 syntax and high resolution up-to-date shape files to plot research data from Svalbard on maps.

Details

The general map-making function for PlotSvalbard is basemap. This function creates a "canvas" on which research data can be plotted. The basemap function is analogous to ggplot function from the ggplot2 package. Remember to use data = <<NAMEOFDATASET>> for additional geometries you plot on basemaps (basemap("kongsfjorden") + geom_text(data = npi_stations, aes(x = lon.utm, y = lat.utm, label = Station)) as an example).

See the webpage for more information, a more flexible documentation archive than shipped with the package, and for a user manual

Author(s)

Maintainer: Mikko Vihtakari mikko.vihtakari@gmail.com

Other contributors:

  • Anders Skoglund [contributor]

See Also

Useful links:


MikkoVihtakari/PlotSvalbard documentation built on July 12, 2022, 10:20 a.m.