Skip to content

A set of functions to visualize National Football League analysis in 'ggplot2'

License

Notifications You must be signed in to change notification settings

PoppyGanG/nflplotR

This branch is 4 commits behind nflverse/nflplotR:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ffc2faa · Nov 15, 2024
Aug 15, 2024
Nov 15, 2024
Oct 18, 2024
Aug 20, 2024
Aug 22, 2024
Nov 15, 2024
Sep 18, 2023
Oct 15, 2024
Jan 23, 2024
Sep 29, 2021
Nov 15, 2024
Sep 7, 2021
Sep 7, 2021
Aug 15, 2024
Nov 15, 2024
Aug 15, 2024
Aug 15, 2024
Jan 12, 2022
Aug 22, 2024
Sep 7, 2021

Repository files navigation

nflplotR

CRAN status CRAN downloads Dev status R build status Lifecycle: experimental nflverse support Codecov test coverage

The goal of nflplotR is to provide functions and geoms that help visualization of NFL related analysis. It provides a ggplot2 geom that does the heavy lifting of plotting NFL logos in high quality, with correct aspect ratio and possible transparency.

Installation

The easiest way to get nflplotR is to install it from CRAN with:

install.packages("nflplotR")

To get a bug fix or to use a feature from the development version, you can install the development version of nflplotR either from GitHub with:

if (!require("pak")) install.packages("pak")
pak::pak("nflverse/nflplotR")

or prebuilt from the development repo with:

install.packages("nflplotR", repos = c("https://nflverse.r-universe.dev", getOption("repos")))

Usage

Please see the Get Started with nflplotR and nflplotR & the gt Package articles.

Getting help

The best places to get help on this package are:

Contributing

Many hands make light work! Here are some ways you can contribute to this project:

Terms of Use

The R code for this package is released as open source under the MIT License. NFL data accessed by this package belong to their respective owners, and are governed by their terms of use.

About

A set of functions to visualize National Football League analysis in 'ggplot2'

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 99.1%
  • CSS 0.9%