R/dati.R

#' @title Data frame of meteorological data
#'
#' @description This sample data would be invented meteorological information detected by weather stations.
#'
#'
#' @format A data frame with 800 rows and 4 variables:
#' \describe{
#'   \item{phen}{Temperature, Rain}
#'   \item{time}{ordered numbers for time (a number in the format YYYYMMDD [Year Month Day] is possible too)  }
#'   \item{zone}{label classification for the group, for example the identification code of a wheather station.}
#'   \item{value}{values}
#'
#' }
"dati"

Try the washeR package in your browser

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

washeR documentation built on Sept. 20, 2022, 9:09 a.m.