#' @title Sample data: CanESM2 and CanRCM4 data
#'
#' @format A dataset containing 8 variables:
#' \preformatted{
#' pr: precipitation (mm day-1)
#' tas: average surface temperature (deg. C)
#' dtr: diurnal temperature range (deg. C)
#' sfcWind: surface wind speed (m s-1)
#' ps: surface pressure (ps)
#' huss: surface specific humidity (kg kg-1)
#' rsds: surface downwelling shortwave radiation (W m-2)
#' rlds: surface downwelling longwave radiation (W m-2)
#' }
#'@docType data
#'@keywords datasets
#'@name cccma
#'@source Cannon, A.J., MBC. \url{data source}
#'@usage data(cccma)
NULL
#' @title Sample data: CSIRO
#'
#' @format A dataset containing 7 atmospheric variables:
#' \preformatted{
#' pr: precipitation (mm day-1)
#' tas: average surface temperature (deg. C)
#' dtr: diurnal temperature range (deg. C)
#' sfcWind: surface wind speed (m s-1)
#' ps: surface pressure (ps)
#' huss: surface specific humidity (kg kg-1)
#' rsds: surface downwelling shortwave radiation (W m-2)
#' rlds: surface downwelling longwave radiation (W m-2)
#' }
#'@docType data
#'@keywords datasets
#'@name csiro
#'@source
#'@usage data(csiro)
NULL
#' @title Sample data: CanESM2
#'
#' @format A dataset containing 6 atmospheric variables:
#' \preformatted{
#' pr: precipitation (mm day-1)
#' tas: average surface temperature (deg. C)
#' dtr: diurnal temperature range (deg. C)
#' sfcWind: surface wind speed (m s-1)
#' ps: surface pressure (ps)
#' huss: surface specific humidity (kg kg-1)
#' rsds: surface downwelling shortwave radiation (W m-2)
#' rlds: surface downwelling longwave radiation (W m-2)
#' }
#'@docType data
#'@keywords datasets
#'@name CanESM2
#'@source
#'@usage data(CanESM2)
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.