plotPacific: plotPacific A ggplot basemap that is Pacific-centered....

Description Usage Arguments

View source: R/plotPacific.R

Description

plotPacific A ggplot basemap that is Pacific-centered. Defaults to full North Pacific

Usage

1
2
3
4
5
6
7
plotPacific(
  ew.breaks = c(seq(-120, -170, -10), 180, seq(170, 80, -10)),
  ns.breaks = seq(0, 60, 10),
  fillcol = "grey88",
  bordercol = "skyblue3",
  alpha = 1
)

Arguments

ew.breaks

in 180-degree centered coordinates, provide your E/W limits and breaks

ns.breaks

in 0-degree centered coordinates, provide your E/W limits and breaks; 0 is minimum

fillcol

color to fill countries

bordercol

color to outline countries

alpha

optional transparency, defaults to 1


mkapur/kaputils documentation built on Nov. 14, 2021, 3:23 a.m.