plot_nfl_player_high_school_state {sleeperapi} | R Documentation |
Plot NFL Player High School State Information
Description
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.
Usage
plot_nfl_player_high_school_state(
title = "<b>NFL Players by High School State</b>",
high_fill = "lightgreen",
low_fill = "white"
)
Arguments
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). |
Value
Returns a plot containing information about counts for NFL players by their high school state.
Author(s)
Nick Bultman, njbultman74@gmail.com, March 2024
Examples
## Not run: plot_nfl_player_high_school_state()
## Not run: plot_nfl_player_high_school_state(title = "Test")
[Package sleeperapi version 1.1.1 Index]