R/data1.R

#' Wind Energy data set containing 47,542 data points
#'
#' A dataset containing the power produced and other attributes of almost 47,542
#' 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 data1
#' @usage data(data1)
#' @format A data frame with 47,542 rows and 7 variables
NULL
TAMU-AML/DSWE-Package documentation built on Feb. 12, 2024, 11:35 p.m.