Skip to content

Commit

Permalink
second instance of aesthetic renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaseb committed Jul 11, 2023
1 parent 2b87ba1 commit 2dc192e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/nflfastR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ offense %>%
dplyr::inner_join(defense, by = "team") %>%
ggplot2::ggplot(aes(x = off_epa, y = def_epa)) +
ggplot2::geom_abline(slope = -1.5, intercept = c(.4, .3, .2, .1, 0, -.1, -.2, -.3), alpha = .2) +
nflplotR::geom_mean_lines(aes(h_var = off_epa, v_var = def_epa)) +
nflplotR::geom_mean_lines(aes(y0 = off_epa, x0 = def_epa)) +
nflplotR::geom_nfl_logos(aes(team_abbr = team), width = 0.07, alpha = 0.7) +
ggplot2::labs(
x = "Offense EPA/play",
Expand Down

0 comments on commit 2dc192e

Please sign in to comment.