XXX coordinates.

coo_rev(x, from_col, to_col, ...)

Arguments

x

coo_single, coo_list or mom_tbl

from_col

colnames from where to get the coo_list and how to name the resulting one (only for mom_tbl method)

to_col

colnames from where to get the coo_list and how to name the resulting one (only for mom_tbl method)

...

useless here

Value

a coo_single, coo_list or mom_tbl

See also

Examples

bot %>% coo_sample(12) %>% gg()
#> gg: no gg method for this class
bot %>% coo_sample(12) %>% coo_rev() %>% gg()
#> gg: no gg method for this class