R/wsoton.R

#' Data from wsoton
#'
#' This is data of the weather of Southampton, UK from 1 October, 2018 to
#' 4 November, 2018
#'@source https://www.worldweatheronline.com/southampton-weather-history/hampshire/gb.aspx
#' @format A data frame with 35 rows and 2 variables:
#' \describe{
#'   \item{Dates}{Date of the data collected}
#'   \item{Weather}{Weather type, from 1..35}
#' }
#'@usage data(wsoton)
#'@examples
#'data(wsoton)
'wsoton'
ZiqingHo/BasicMC documentation built on May 21, 2019, 2:29 a.m.