Learn R Programming

pitchRx (version 1.8.2)

interactiveFX: Use rgl to visualize PITCHf/x

Description

Three-dimensional plot of pitch trajectories.

Usage

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

Run this code
data(pitches)
Rivera <- subset(pitches, pitcher_name=="Mariano Rivera")
## Not run: 
#  interactiveFX(Rivera, interval=.05)
#  interactiveFX(Rivera, avg.by="pitch_types")
#  ## End(Not run)

Run the code above in your browser using DataLab