View source: R/trans-explicit.R
wk_trans_explicit | R Documentation |
A wk_trans implementation that replaces coordinate values using a vector of pre-calculated coordinates. This is used to perform generic transforms using R functions and system calls that are impossible or impractical to implement at the C level.
wk_trans_explicit(value, use_z = NA, use_m = NA)
value |
An |
use_z , use_m |
Used to declare the output type. Use |
wk_coords()
which has a replacement version "wk_coords<-
"
trans <- wk_trans_explicit(xy(1:5, 1:5))
wk_transform(rep(xy(0, 0), 5), trans)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.