same_tems: Check All Templates are the Same

View source: R/tem.R

same_temsR Documentation

Check All Templates are the Same

Description

Check All Templates are the Same

Usage

same_tems(stimuli)

Arguments

stimuli

list of stimuli

Value

logical

See Also

Template functions auto_delin(), average_tem(), centroid(), change_lines(), delin(), draw_tem(), features(), get_point(), remove_tem(), require_tems(), squash_tem(), subset_tem(), tem_def(), viz_tem_def()

Examples

stim <- demo_stim()
stim2 <- subset_tem(stim, features("gmm"))

same_tems(stim)

c(stim, stim2) |> same_tems()

webmorphR documentation built on June 2, 2022, 5:07 p.m.