Learn R Programming

nhlscraper (version 0.4.2)

draw_NHL_rink: Draw a full NHL rink

Description

draw_NHL_rink() draws a full NHL rink such that the x and y coordinates span -100 to 100 and -43 to +43, respectively. Use graphics::points() to create custom graphs; check out an example on the online documentation!

Usage

draw_NHL_rink()

Arguments

Value

NULL

Examples

Run this code
draw_NHL_rink()

Run the code above in your browser using DataLab