build_lm_table: Interactively Make Landmark Synonymy Table

View source: R/build_lm_table.R

build_lm_tableR Documentation

Interactively Make Landmark Synonymy Table

Description

Interactively Make Landmark Synonymy Table

Usage

build_lm_table(target_spec, original_spec, description, sub_num, begin = 1)

Arguments

target_spec

a p x 3 matrix of 3d landmark data for the template or specimen that has the correct landmarking scheme

original_spec

a matrix of 3d landmarks representing the landmarking scheme to be changed

description

a character vector giving names or descriptions for each landmark in the target template

sub_num

a numerical vector giving numbers for each landmark in the target template, ideally per-curve or per-patch

Value

a table

Examples

my_lm_table<-build_lm_table(target_spec = bird_lm_curves[,,1],
original_spec = croclms[,,1],
description = birdmoduledefs$description,
sub_num = birdmoduledefs$landmark_designation,
begin=1)

rnfelice/SURGE documentation built on July 4, 2023, 3:39 p.m.