plot_nfl_top_colleges {sleeperapi}R Documentation

Plot NFL Player College Information

Description

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.

Usage

plot_nfl_top_colleges(
  title = "<b>NFL Players by College</b>",
  tick_color = "black",
  number = 10,
  fill_color = "black"
)

Arguments

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).

Value

Returns a plot containing information about counts for NFL players by their college.

Author(s)

Nick Bultman, njbultman74@gmail.com, March 2024

Examples

## Not run: plot_nfl_player_college()
## Not run: plot_nfl_player_college(title = "TestTitle", tick_color = "green", number = 5)


[Package sleeperapi version 1.1.1 Index]