View source: R/avoidance-visualisations.R
Creates a path graph of a single trial
1 2 3 4 5 6 7 8 9 | ## S3 method for class 'avoidance.single'
plot_path(
obj,
background = apparatus_image_path(),
center = FALSE,
color = "#98959a",
size = 1.25,
...
)
|
obj |
avoidance single object |
background |
path to a backgroud image to be plotted. Use |
center |
logical determining if the central zone should be plotted |
color |
color of the path |
size |
path size |
... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.