get_participants_positions_XZ: Get Participants Positions (XZ)

Description Usage Arguments Examples

View source: R/participant_positions.R

Description

This function extracts a participants position (x,z) and time from the database. The evaluation is lazy and this data can be used as input for further remote computations. Note that the Y axis corresponds to the Up Vector in unity data. This function corresponds to position in a projection to a plane with the Up vector as a normal.

Usage

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

Arguments

db

dbyplr database handle

session.id

session from which to load data

scene.id

scene from which to load the data

Examples

1
positions <- get_participants_positions_XZ(db, session.id = c(1), scene.name = "Tolman_01")

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