Nothing
#' 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"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.