SOproj: Southern projection

Description Usage Arguments Value Examples

Description

Function for reprojecting data.

Usage

1
SOproj(x, y = NULL, target = NULL, data, ..., source = NULL)

Arguments

x

longitude vector, or object with coordinates

y

lattitude vector

target

target projection (default = stereo)

data

optional data to be included

...

arguments passed to [reproj::reproj()]

source

starting projection (default = longlat)

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)
 pnts <- SOproj(x = y, y = x)
 SOmap2(CCAMLR = TRUE)
 plot(pnts, pch = 19, col = 3, add = TRUE)

## End(Not run)

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