Description Usage Arguments Details Value Examples
Creates a plot of the fielding model for an individual player.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | plotFielding(x, ...)
## S3 method for class 'glm'
plotFielding(x, ...)
## S3 method for class 'lm'
plotFielding(x, ...)
## S3 method for class 'formula'
plotFielding(x, ...)
## Default S3 method:
plotFielding(x, ...)
## S3 method for class 'bkde2D'
plotFielding(x, ...)
panel.fielding(x, y, z, ...)
|
x |
a model object, currently |
... |
arguments passed to |
y |
y-coordinate for default method passed to |
z |
z-coordinate for default method passed to |
This is a convenience function for visually checking the fielding models.
It provides a way to inspect the quality of the fielding models for individual
players, and was used to generate one of the figures used in the openWAR
paper.
A contourplot object
1 2 | fmod <- getModelFieldingCollective(May)
plotFielding(fmod)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.