tromso_extra: x,y-coordinates and additional positional information on 11 soccer players over 12000 frames each
Description
x,y-coordinates of 11 soccer players over 10 minutes (Troms<U+00F8> IL vs. Anzhi, 2013-11-07), plus additional information on player heading, direction, energy, speed, and total distance. Data captured at 20 Hz using the ZXY Sport Tracking system and made available in the publication ZXY Sport Tracking.
Usage
data(tromso_extra)
Arguments
Format
A dataframe containing 12000 frames of x,y-coordinates and timestamps from 11 players.
References
Pettersen et al. (2014) Proceedings of the International Conference on Multimedia Systems (MMSys)
(pdf)
# NOT RUN {data(tromso_extra)
# draw flow field showing mean direction of player #8's movementsoccerFlow(subset(tromso_extra, id == 8), bins = 5, grass = TRUE)
# }