-
Notifications
You must be signed in to change notification settings - Fork 35
/
DESCRIPTION
34 lines (34 loc) · 1.31 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: soccermatics
Version: 0.9.5
Authors@R: person("Joe", "Gallagher", email = "joedgallagher@gmail.com", role = c("aut", "cre"))
Title: Visualise football (soccer) tracking and event data
Description: Provides tools to visualise x,y-coordinates of soccer players and event data (e.g. passes, shots). Uses ggplot to draw soccer pitch and overplot expected goal maps, pass maps, average player positions, player heatmaps, individual player paths, player flow fields, and more.
Depends: R (>= 3.4.1)
Imports: cowplot, dplyr, forcats, ggforce, ggplot2, ggrepel, magrittr, MASS, plyr, rlang, scales, tidyr, xts, zoo
License: GPL (>=3.0) Note: Use of the name 'soccermatics' was kindly permitted by David Sumpter and is protected from commercial use under EU copyright law.
Encoding: UTF-8
Collate:
'package.R'
'soccerFlipDirection.R'
'soccerPitch.R'
'soccerHeatmap.R'
'soccerSpokes.R'
'soccerFlow.R'
'soccerPassmap.R'
'soccerPath.R'
'soccerPitchBG.R'
'soccerPitchFG.R'
'soccerShotmap.R'
'soccerPitchHalf.R'
'soccerPositionMap.R'
'soccerResample.R'
'soccerShortenName.R'
'soccerStandardiseCols.R'
'soccerTransform.R'
'soccerVelocity.R'
'soccermatics-deprecated.R'
'soccerxGTimeline.R'
'statsbomb.R'
'tromso.R'
'tromso_extra.R'
RoxygenNote: 7.1.1