plot_all_participants_by_map: Plot All Participants By Map

Description Usage Arguments Value Examples

View source: R/plot_helper.R

Description

This function plots all participants path for a single scene.

Usage

1
2
3
plot_all_participants_by_map(db, session.ids = c(1),
  scene.name = "The_Viking_Village", alpha = 1, dataPath = "",
  width = 2048, height = 2048)

Arguments

db

dbyplr database handle

session.ids

Sessions to be loaded

scene.name

Name of the scene that is ploted

Value

ggplot2 graph of paths in scene

Examples

1
plot_all_participants_by_map(db, session.ids, "The_Viking_Village", alpha = 0.5, dataPath = unityDataPath)

cog-ethz/evertools documentation built on April 1, 2020, 10:30 p.m.