plot_path.avoidance.single: Creates a path graph of a single trial

Description Usage Arguments

View source: R/avoidance-visualisations.R

Description

Creates a path graph of a single trial

Usage

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,
  ...
)

Arguments

obj

avoidance single object

background

path to a backgroud image to be plotted. Use apparatus_image_path to construct or provide your own.

center

logical determining if the central zone should be plotted

color

color of the path

size

path size

...

hejtmy/fgu-avoidance documentation built on Sept. 19, 2021, 6:35 a.m.