SOplot: Southern Ocean plot

Description Usage Arguments Value Examples

Description

Reproject and add point layers to either SOmap or SOauto_map layers.

Usage

1
SOplot(x, y = NULL, target = NULL, ..., source = NULL, add = TRUE)

Arguments

x

longitude vector, or object with coordinates

y

lattitude vector, or missing if x is an object

target

target projection (default = stereo)

...

other plot options

source

starting projection (default = longlat)

add

add layer to plot (default = TRUE)

Value

Produces at the very base a round bathymetry map of the southern hemisphere.

Examples

1
2
3
4
5
6
7
8
## Not run: 
 x<-c(-70, -60,-50, -90)
 y<-c(-50, -75, -45, -60)
 map<-SOauto_map(x,y, input_lines = FALSE)
 map
 SOplot(x = x, y = y, target = map$projection,pch=19,col=6)

## End(Not run)

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