crs_engine: Default coordinate transform engine

Description Usage Arguments Value Examples

View source: R/default-engine.R

Description

Default coordinate transform engine

Usage

1
2
3
4
5
6
7
crs_engine(env = parent.frame())

crs_set_engine(engine, env = parent.frame())

with_crs_engine(engine, expr, env = parent.frame())

is_crs_engine(engine, env = parent.frame())

Arguments

env

The environment to look for named functions if the engine option is a string.

engine

A transform engine such as crs_engine_null()

expr

The expression to evaluate with the transform engine

Value

Examples

1
2
3
4
5
6
7
8

paleolimbot/crs2crs documentation built on Jan. 8, 2022, 6:25 a.m.