View source: R/build_lm_table.R
build_lm_table | R Documentation |
Interactively Make Landmark Synonymy Table
build_lm_table(target_spec, original_spec, description, sub_num, begin = 1)
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 |
a table
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.