coo_reflect: Reflect shapes

Description Usage Arguments Value Functions See Also Examples

Description

Reflects shapes about the x- or the y- axis

Usage

1
2
3
coo_reflect_x(x, from_col, to_col, ...)

coo_reflect_y(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

Functions

See Also

Other coo_modifyers: coo_align(), coo_baseline(), coo_center(), coo_rev(), coo_rotatecenter(), coo_rotate(), coo_sample_rr(), coo_sample(), coo_scale(), coo_shear(), coo_slide(), coo_split(), coo_template(), coo_trans(), coo_trim(), coo_up()

Examples

1
2
bot %>% pick(1) %>% coo_reflect_x() %>% gg()
bot %>% pick(1) %>% coo_reflect_y() %>% gg()

MomX/Momocs2 documentation built on May 13, 2020, 4:28 a.m.