Description Usage Arguments Value
View source: R/super-visualisations.R
Plots position data and adds background
1 2 3 4 5 6 7 | plot_supermarket_path(
obj,
background = FALSE,
background_type = "categories",
custom_background = NULL,
...
)
|
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 |
ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.