Learn R Programming

pitchRx (version 1.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
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 spheres3d or plot3d

Value

  • rgl object is returned.

Examples

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

Run the code above in your browser using DataLab