-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path_pkgdown.yml
70 lines (67 loc) · 1.64 KB
/
_pkgdown.yml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
url: https://abhiamishra.github.io/ggshakeR
template:
bootstrap: 5
bslib:
bg: "#0d1117"
fg: "#FFFFFF"
primary: "#FFFFFF"
text-muted: "#FFFFFF"
text-secondary-color: "#44A2A7"
link-hover-color: "#44A2A7"
navbar-bg: "#78d4d8"
headings-color: "#FFFFFF"
navbar:
title: ggshakeR
type: inverse
left:
- text: Home
href: index.html
- text: Reference
href: reference/index.html
- text: Guides
menu:
- text: Guide to EPV
href: articles/Guide_to_EPV.html
- text: Guide to Expected Threat
href: articles/Guide_to_Exp_Threat.html
- text: Guide to Pitch Plots
href: articles/Guide_to_Pitch_Plots.html
- text: Guide to Pizza Plots
href: articles/Guide_to_PizzaPlots.html
- text: Guide to Version 0.2.0
href: articles/Guide_to_Version_0-2-0.html
- text: News
href: news/index.html
- text: Library
href: https://ggshaker.github.io/
reference:
- title: Pitch Plots
desc: Plots on a football/soccer pitch!
contents:
- plot_convexhull
- plot_heatmap
- plot_pass
- plot_passflow
- plot_passnet
- plot_shot
- plot_sonar
- plot_voronoi
- title: Analysis Plots
desc: Into the Scattergram!
contents:
- plot_pizza
- plot_scatter
- plot_timeline
- plot_trendline
- title: Expected Threat & Possession Value (xT & EPV)
desc: Functions for xT and EPV analysis
contents:
- calculate_epv
- calculate_threat
- title: Data Frames
desc: Data frames housed within the package
contents:
- EPVGrid
- xTGrid
- SampleEventData
- SampleSBData