View source: R/plot_nfl_top_colleges.R
plot_nfl_top_colleges | R Documentation |
This function will generate a bar plot showing counts of NFL players by college. The total number of colleges returned is specified by the user.
plot_nfl_top_colleges(
title = "<b>NFL Players by College</b>",
tick_color = "black",
number = 10,
fill_color = "black"
)
title |
Title for plot (string). |
tick_color |
Color for tick labels (string). |
number |
Number of colleges to show (numeric). |
fill_color |
Bar color, number or hex (string). |
Returns a plot containing information about counts for NFL players by their college.
Nick Bultman, njbultman74@gmail.com, March 2024
## Not run: plot_nfl_player_college()
## Not run: plot_nfl_player_college(title = "TestTitle", tick_color = "green", number = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.