Displaying 1 result from an estimated 1 matches for "a12564959".
2007 Sep 07
3
Plotting lines to sets of points
I am using R to plot baseball spray charts from play-by-play data. I have
used the following command to plot the diamond:
plot (0:250, -250:0, type="n", bg="white")
lines(c(125,150,125,100,125),c(-210,-180,-150,-180,-210), col=c("black"))
I have also plotted different hit locations using commands such as the
following:
points(subset(framename$hit_x,