as_wk_trans.rproj_proj: Get wk package transforms

Description Usage Arguments Value

View source: R/pkg-wk.R

Description

Get wk package transforms

Usage

1
2
3
4
5
## S3 method for class 'rproj_proj'
as_wk_trans(x, ..., use_z = NA, use_m = NA, verbose = FALSE)

## S3 method for class 'rproj_trans_proj'
wk_trans_inverse(trans)

Arguments

x

A PROJ object

...

Unused

use_z, use_m

Use TRUE to force inclusion of this dimension in the result or FALSE to explicitly omit it. Use NA to leave the dimensions of the output the same as the input. Use a length two vector to specify the dimensionality of the inverse transform.

verbose

Use FALSE to keep log output during transforms. This is usually not what you want, since you might be transforming millions of coordinates (which may result in millions of log messages).

trans

A transform created with wk::as_wk_trans() on a PROJ object.

Value

A wk::new_wk_trans()


paleolimbot/rlibproj documentation built on Jan. 21, 2022, 1:03 p.m.