Skip to content

ggOceanMaps

Plot Data on Oceanographic Maps using 'ggplot2'

v2.3.0 · Feb 10, 2026 · GPL-3

Description

Allows plotting data on bathymetric maps using 'ggplot2'. Plotting oceanographic spatial data is made as simple as feasible, but also flexible for custom modifications. Data that contain geographic information from anywhere around the globe can be plotted on maps generated by the basemap() or qmap() functions using 'ggplot2' layers separated by the '+' operator. The package uses spatial shape- ('sf') and raster ('stars') files, geospatial packages for R to manipulate, and the 'ggplot2' package to plot these files. The package ships with low-resolution spatial data files and higher resolution files for detailed maps are stored in the 'ggOceanMapsLargeData' repository on GitHub and downloaded automatically when needed.

Downloads

880

Last 30 days

4114th

2.5K

Last 90 days

10.1K

Last year

Trend: -12.4% (30d vs prior 30d)

CRAN Check Status

14 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Apr 2, 2026
ERROR 13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Mar 31, 2026
ERROR r-devel-windows-x86_64

examples

Running examples in 'ggOceanMaps-Ex.R' failed
The error most likely occurred in:

> ### Name: basemap
> ### Title: Create a ggplot2 basemap for plotting variables
> ### Aliases: basemap
> 
> ### ** Examples
> 
> # The easiest way to produce a map is to use the limits
> # argument and decimal degrees:
> 
> basemap(limits = 60) # synonym to basemap(60)
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Reverse Dependencies (1)

suggests

Dependency Network

Dependencies Reverse dependencies ggplot2 sf stars smoothr units INLAspacetime ggOceanMaps

Version History

new 2.3.0 Mar 10, 2026
updated 2.3.0 ← 2.2.0 diff Feb 9, 2026
updated 2.2.0 ← 2.1.1 diff Jan 14, 2024
updated 2.1.1 ← 2.0.0 diff Aug 29, 2023
updated 2.0.0 ← 1.3.4 diff Jul 3, 2023
updated 1.3.4 ← 1.3.0 diff Sep 25, 2022
updated 1.3.0 ← 1.2.6 diff Sep 19, 2022
updated 1.2.6 ← 1.1 diff Jan 7, 2022
updated 1.1 ← 1.0.9 diff May 20, 2021
new 1.0.9 Jan 13, 2021