xg_map {ggfootball} | R Documentation |
Plot shots xG of a football match
Description
Plot shots xG of a football match
Usage
xg_map(match_id, title = "")
Arguments
match_id |
Desired match ID from understat.com |
title |
Plot title; empty by default |
Value
Interactive ggiraph transparent plot displaying both teams shots side by side printed to the Viewer.
Examples
xg_map(26631, title = "xG Map")
[Package ggfootball version 0.2.1 Index]