get_participants_orientations_yaw: Get Participants Orientations (Yaw)

Description Usage Arguments Examples

View source: R/participant_orientations.R

Description

This function extracts a participants orientation (y/yaw in euler angle) and time from the database. The evaluation is lazy and this data can be used as input for further remote computations.

Usage

1
2
get_participants_orientations_yaw(db, session.ids = c(1),
  scene.name = "Tolman_01")

Arguments

db

dyplr database handle

session.id

session from which to load data

scene.id

scene from which to load the data

Examples

1
yaws <- get_participants_orientations_yaw(db, session.ids = c(1), scene.name = "The_Viking_Village")

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