plot_supermarket_path: Plots position data and adds background

Description Usage Arguments Value

View source: R/super-visualisations.R

Description

Plots position data and adds background

Usage

1
2
3
4
5
6
7
plot_supermarket_path(
  obj,
  background = FALSE,
  background_type = "categories",
  custom_background = NULL,
  ...
)

Arguments

obj

navr object filtered from the supermarket data position. The navr is taken on purpose instead of supermarket object as it is generally being returned from get_trial_position data, instead of supermarket object, therefore this function is actually easier to use in consequent path plotting

background

do you want to add background to the path

background_type

if you want installed background (categories, plain)

custom_background

path to your custom background

Value

ggplot object


BrainVR/brainvr-supermarket documentation built on Sept. 16, 2021, 1:27 a.m.