xml_to_tem | R Documentation |
Make webmorph templates out of XML formatted point files.
xml_to_tem(xml)
xml |
The file path for the XML file |
A stimlist with only tem points
## Not run: # requires python and dlib xml <- system.file("demo/_images.xml", package = "webmorphR.dlib") stimuli <- xml_to_tem(xml) stimuli |> draw_tem() |> plot(nrow = 2) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.