Adjust the templates in a shiny interface. This will overwrite existing templates.
See also
Template functions
auto_delin()
,
average_tem()
,
centroid()
,
change_lines()
,
draw_tem()
,
features()
,
get_point()
,
remove_tem()
,
require_tems()
,
same_tems()
,
squash_tem()
,
subset_tem()
,
tem_def()
,
viz_tem_def()
Examples
if (FALSE) {
if (interactive()) {
# adjust existing delineations
stimuli <- demo_stim() |> delin()
# create new delineations from scratch
stimuli <- demo_stim() |> remove_tems() |> delin()
}
}