# NOT RUN {
data(statsbomb)
# heatmap of France defensive pressure vs. Argentina (2018-06-30)
statsbomb %>%
filter(type.name == "Pressure" & team.name == "France") %>%
soccerHeatmap(x = "location.x", y = "location.y")
# }
Run the code above in your browser using DataLab