Learn R Programming

webmorphR (version 0.1.1)

delin: Manually delineate images

Description

Adjust the templates in a shiny interface. This will overwrite existing templates.

Usage

delin(stimuli)

Arguments

stimuli

list of stimuli

Value

list of stimuli with new 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

Run this code
# NOT RUN {
if (interactive()) {
# adjust existing delineations
stimuli <- demo_stim() |> delin()

# create new delineations from scratch
stimuli <- demo_stim() |> remove_tems() |> delin()
}
# }

Run the code above in your browser using DataLab