forked from beanumber/openWAR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
99 lines (98 loc) · 2.69 KB
/
NAMESPACE
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Generated by roxygen2: do not edit by hand
S3method(crosscheck,GameDayPlays)
S3method(getModelFieldingCollective,GameDayPlays)
S3method(getModelFieldingCollective,default)
S3method(getModelRunExpectancy,GameDayPlays)
S3method(getModelRunExpectancy,default)
S3method(getModels,GameDayPlays)
S3method(getRAA,openWARPlays)
S3method(getReplacementActivity,openWARPlays)
S3method(getReplacementMeans,openWARPlays)
S3method(getReplacementPlayers,openWARPlayers)
S3method(getReplacementPlayers,openWARPlays)
S3method(getURLs,gameday)
S3method(getWAR,GameDayPlays)
S3method(getWAR,list)
S3method(getWAR,openWARPlays)
S3method(makeWAR,GameDayPlays)
S3method(makeWAR,GameDayPlays_Baserunning)
S3method(makeWAR,GameDayPlays_Batters)
S3method(makeWAR,GameDayPlays_Fielding)
S3method(makeWAR,GameDayPlays_Offense)
S3method(makeWAR,GameDayPlays_Pitching)
S3method(makeWAR,GameDayPlays_Runs)
S3method(plot,GameDayPlays)
S3method(plot,do.openWARPlayers)
S3method(plot,gameday)
S3method(plot,openWARPlayers)
S3method(plotFielding,bkde2D)
S3method(plotFielding,default)
S3method(plotFielding,formula)
S3method(plotFielding,glm)
S3method(plotFielding,lm)
S3method(predict,bkde2D)
S3method(readData,gameday)
S3method(shakeWAR,GameDayPlays)
S3method(shakeWAR,list)
S3method(shakeWAR,openWARPlays)
S3method(summary,GameDayPlays)
S3method(summary,do.openWARPlayers)
S3method(summary,openWARPlayers)
export(crosscheck)
export(gameday)
export(getData)
export(getDataMonthly)
export(getDataWeekly)
export(getFielderRAA)
export(getFielderResp)
export(getGameIds)
export(getMatrixRunExpectancy)
export(getModelFieldingCollective)
export(getModelRunExpectancy)
export(getModels)
export(getRAA)
export(getReplacementActivity)
export(getReplacementMeans)
export(getReplacementPlayers)
export(getRunEx)
export(getURLs)
export(getWAR)
export(makeWAR)
export(makeWARBaserunning)
export(makeWARre24)
export(panel.baseball)
export(panel.fielding)
export(panel.war)
export(plotFielding)
export(readData)
export(shakeWAR)
export(updateGame)
import(dplyr)
import(lattice)
import(methods)
importFrom(Hmisc,whichClosest)
importFrom(KernSmooth,bkde2D)
importFrom(RColorBrewer,brewer.pal)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,plot)
importFrom(magrittr,extract2)
importFrom(mosaic,lhs)
importFrom(mosaic,resample)
importFrom(readr,read_delim)
importFrom(stats,coef)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,terms)
importFrom(stringr,str_count)
importFrom(stringr,str_extract)
importFrom(stringr,str_split)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(utils,head)
importFrom(utils,methods)
importFrom(xml2,read_xml)
importFrom(xslt,xml_xslt)