draw_rink_circle: Draw a circle on the rink

View source: R/Graph.R

draw_rink_circleR Documentation

Draw a circle on the rink

Description

draw_rink_circle() draws a circle on the rink.

Usage

draw_rink_circle(x, y, r, n = 200, col = "black", lwd = 1)

Arguments

x

numeric x coordinate of the circle center

y

numeric y coordinate of the circle center

r

numeric radius

n

integer number of points used to approximate circle

col

character color

lwd

numeric line width

Value

NULL


nhlscraper documentation built on Dec. 17, 2025, 5:10 p.m.