Learn R Programming

RplotterPkg (version 0.1.3)

spinrates: spinrates data

Description

From the raw data file spinrates.csv the comma delimited data was converted to a data frame using data.table::fread(). The data are baseball percent "swing and miss" with their respective average ball velocity and levels of spinrate.

idcharacter giving the observation id
velocitynumeric average velocity of the ball
spinratecharacter factor with 12 levels
swing_missnumeric rate of swing and miss

Usage

spinrates

Arguments

Format

An object of class data.table (inherits from data.frame) with 168 rows and 4 columns.