View source: R/plot_nfl_player_high_school_state.R
plot_nfl_player_high_school_state | R Documentation |
This function will generate a plot showing counts of NFL players by high school state. Colors can be manually defined for high and low values of each state's count.
plot_nfl_player_high_school_state(
title = "<b>NFL Players by High School State</b>",
high_fill = "lightgreen",
low_fill = "white"
)
title |
Title for plot (string). |
high_fill |
Fill color, name or hex, for high value states (string). |
low_fill |
Fill color, name or hex, for low value states (string). |
Returns a plot containing information about counts for NFL players by their high school state.
Nick Bultman, njbultman74@gmail.com, March 2024
## Not run: plot_nfl_player_high_school_state()
## Not run: plot_nfl_player_high_school_state(title = "Test")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.