interactiveFX: Use rgl to visualize PITCHf/x

Description Usage Arguments Value Examples

Description

Three-dimensional plot of pitch trajectories.

Usage

1
2
interactiveFX(data, spheres = TRUE, color = "pitch_types", avg.by,
  interval = 0.01, alpha = 1, show.legend = TRUE, ...)

Arguments

data

data.frame with appropriately named PITCHf/x variables

spheres

Use rgl::spheres3d or rgl::plot3d?

color

variable used to control coloring scheme.

avg.by

variable used as an index for averaging over PITCHf/x parameters

interval

the amount of time between 'snapshots'

alpha

color transparency

show.legend

print coloring legend in R console?

...

other param passed onto rgl::spheres3d or rgl::plot3d

Value

rgl object is returned.

Examples

1
2
3
4
5
6
7
data(pitches)
Rivera <- subset(pitches, pitcher_name=="Mariano Rivera")
## Not run: 
 interactiveFX(Rivera, interval=.05)
 interactiveFX(Rivera, avg.by="pitch_types")
 
## End(Not run)

pitchRx documentation built on May 2, 2019, 5:56 a.m.