get_ldk: Extract landmark coordinates

Description Usage Arguments Examples

View source: R/ldk_handlers.R

Description

From a mom_tbl with coordinates (eg outlines or curves) and a landmark column (a list of row ids being landmarks for each shape).

Usage

1
get_ldk(x, from_col = coo, ldk_col = ldk)

Arguments

x

mom_tbl

from_col

column name (coo by default)

ldk_col

column name (ldk by default)

Examples

1
2
h <- hearts %>% get_ldk()
h$coo_ldk %>% head()

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