R/example_meteorological.R

#' Dataset: Example meteorological
#'
#' The data come from a meteorological station on a rural property in the city of Rolandia/PR
#'
#' @docType data
#'
#' @usage data("example_meteorological")
#'
#' @format data.frame containing data set
#'   \describe{
#'   \item{\code{tempo}}{Numeric vector with time}
#'   \item{\code{temp}}{Numeric vector with air temperature}
#'   \item{\code{ur}}{Numeric vector with relative humidity}
#'   \item{\code{vento}}{Numeric vector with wind speed}
#'   }
#' @author Rodrigo Yudi Palhaci Marubayashi, \email{marubayashi@uel.br}
#' @author Gabriel Danilo Shimizu
#' @author Otavio Jorge Grigoli Abi Saab
#' @keywords datasets
#' @examples
#' data(example_meteorological)
"example_meteorological"

Try the AgroTech package in your browser

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

AgroTech documentation built on Sept. 15, 2022, 1:05 a.m.