R/CPUspeed.R

#' CPU Speed Data
#'
#' Maximum Intel CPU speed vs time from 1994 through 2004.
#'

#' @format 27 obs. of 6 variables:
#' \describe{
#' \item{year}{calendar year}
#' \item{month}{month}
#' \item{day}{day}
#' \item{time}{time in years}
#' \item{speed}{Max IA-32 Speed (GHz)}
#' \item{log10speed}{logarithm base 10 of speed}
#' }
#'
#'
#'
"CPUspeed"

Try the RbyExample package in your browser

Any scripts or data that you put into this service are public.

RbyExample documentation built on May 29, 2024, 5:50 a.m.