Travis build status AppVeyor build status Coverage status CRAN status

knitr::opts_chunk$set(collapse = TRUE, comment = "#>",
  fig.path = "man/figures/README-", fig.height = 8, fig.width = 8, dpi = 300, out.width = "100%")

NOmap

The goal of NOmap is to make publication quality round Northern Ocean maps in polar projections with little effort. This package is COMPLETELY WIP AND WILL MAKE YOUR LIFE VERY BAD, DO NOT USE.

## see, you'll regret this
library(NOmap)
nmap <- NOmap(land = F)
data("wrld_simpl", package = "maptools")
wrld_simpl <- subset(wrld_simpl, !NAME %in% "Antarctica")
plot(nmap)
NOmap::SOplot(wrld_simpl, col = grey(0.6, alpha = 0.3))

library(trip)
SOplot(as(walrus818, "SpatialLinesDataFrame"), col = viridis::viridis(length(unique(walrus818$Deployment))))

Please note that the NOmap project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



mdsumner/NOmap documentation built on May 13, 2019, 11:26 a.m.