Open
Description
I am getting this error with the following code that has not changed:
no applicable method for 'group_by' applied to an object of class "waiver"
Final_UConn_Shot_Charts_Prod <- data.frame(Final_UConn_Shot_Charts_Prod)
p <- NCAA_Court +
geom_point(size = 2, data = Final_UConn_Shot_Charts_Prod,
aes(x=shot_x, y=shot_y, shape = shot_team, color = shot_outcome)) +
scale_colour_manual(
values = c("green", "red")) +
labs(title = "UConn Men's Basketball Shot Chart vs All Teams (Home Team on Top Court)")
ggplotly(p,height = 1200, width=800)
Metadata
Metadata
Assignees
Labels
No labels