cfbd_metrics_ppa_predicted | R Documentation |
Calculate predicted points using down and distance
cfbd_metrics_ppa_predicted(down, distance)
down |
(Integer required): Down filter |
distance |
(Integer required): Distance filter |
cfbd_metrics_ppa_predicted()
- A data frame with 2 variables:
yard_line
: integer.Yards to goal
predicted_points
: character.Predicted points at in that down-distance-yardline scenario
try(cfbd_metrics_ppa_predicted(down = 1, distance = 10)) try(cfbd_metrics_ppa_predicted(down = 3, distance = 10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.