Learn R Programming

webmorphR (version 0.1.1)

same_tems: 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

Run this code
# NOT RUN {
stim <- demo_stim()
stim2 <- subset_tem(stim, features("gmm"))

same_tems(stim)

c(stim, stim2) |> same_tems()
# }

Run the code above in your browser using DataLab