Check All Templates are the Same
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)
#> [1] TRUE
c(stim, stim2) |> same_tems()
#> [1] FALSE