View source: R/fido_transforms.R
store_coord | R Documentation |
store_coord
stores coordinate information for pibblefit object
and can be reapplied with function reapply_coord
. Some coordinate
systems are not useful for computation and this makes it simple keep
returned object from computations in the same coordinate system as the input.
(Likely most useful inside of a package)
store_coord(m)
reapply_coord(m, l)
m |
object of class pibblefit |
l |
object returned by function |
store_coord
list with important information to identify c
coordinate system of pibblefit object. reapply_coord
pibblefit object
in coordinate system previously stored.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.