#' @title Small dataset of simulated genotypes
#'
#' @description A simulated dataset using the testsim function with seed 42.
#' The code for this is: testsim(10, 15, 5, 0.5, 0.05, TRUE)
#'
#' @format A list of 4 elements.
#' @source Randomly generated data
"data_for_testsim"
# \describe{
# \item{Day}{Numeric values giving day of the week, 1 = Monday, 7 = Sunday}
# \item{Temp}{Temperature}
# \item{Weather}{Weather type}
# }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.