davescroggs / footyStats

0 stars 0 forks source link

Create a shiny app to visualise single games #18

Open davescroggs opened 2 years ago

davescroggs commented 2 years ago

Informational data should include

Dashboard should show

davescroggs commented 2 years ago

How to stop edge overlap on geom_tile

ggplot(state, aes(x, y)) + geom_tile(aes(fill = p, color=as.factor(z), width=0.7, height=0.7), size=2)