Description Usage Arguments Value Examples
Set alpha to 0 to omit lines or points.
1 2 3 4 5 6 7 8 9 10 11 | draw_tem(
stimuli,
pt.color = webmorph_options("pt.color"),
pt.alpha = 0.75,
pt.size = NULL,
pt.shape = c("circle", "cross", "index"),
line.color = webmorph_options("line.color"),
line.alpha = 0.5,
line.size = NULL,
bg = "image"
)
|
stimuli |
list of class stimlist |
pt.color, line.color |
line or point color |
pt.alpha, line.alpha |
transparency (0-1), ignored if color is a hex value with transparency |
pt.size, line.size |
size in pixels (scales to image if NULL) |
pt.shape |
the shape of the points |
bg |
background color ("image" uses original image) |
stimlist with template images
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.