R/data2.R

#' Wind Energy data set containing 48,068 data points
#'
#' A dataset containing the power produced and other attributes of almost 48,068
#' records.
#'
#' \itemize{
#'   \item Data.point - sequence of integers displaying each record
#'   \item V - wind speed
#'   \item D - wind direction
#'   \item air.density - air density
#'   \item I - turbulence intensity
#'   \item S_b - wind shear
#'   \item Y - wind power

#' }
#'
#' @docType data
#' @keywords datasets
#' @name data2
#' @usage data(data2)
#' @format A data frame with 48,068 rows and 7 variables
NULL
TAMU-AML/DSWE-Package documentation built on Feb. 12, 2024, 11:35 p.m.