Skip to contents

Make webmorph templates out of XML formatted point files.

Usage

xml_to_tem(xml)

Arguments

xml

The file path for the XML file

Value

A stimlist with only tem points

Examples

if (FALSE) {
  # requires python and dlib
  xml <- system.file("demo/_images.xml", package = "webmorphR.dlib")
  stimuli <- xml_to_tem(xml)
  stimuli |> draw_tem() |> plot(nrow = 2)
}