#' Simulated data arranged in a rectangular grid
#'
#' The dataset contains three attributes, z_1, z_50 and z_100 simulated from a spatial
#' linear model with a range parameter of 1, 50 and 100 respectively, a nugget parameter of
#' 0.5, partial sill of 2 and global mean of 1.
#'
#' @format A dataframe containing the sample positions and attributes.
#' \describe{
#' \item{s_1}{The first spatial coordinate.}
#' \item{z_1}{The first attribute simulated with a range parameter of 1}
#' \item{z_50}{The second attribute simulated with a range parameter of 50}
#' \item{z_100}{The second attribute simulated with a range parameter of 100}
#' }
"rect_pts"
#' Simulated data arranged in a hexagonal grid
#'
#' The dataset contains three attributes, z_1, z_50 and z_100 simulated from a spatial
#' linear model with a range parameter of 1, 50 and 100 respectively, a nugget parameter of
#' 0.5, partial sill of 2 and global mean of 1.
#'
#' @format A dataframe containing the sample positions and attributes.
#' \describe{
#' \item{s_1}{The first spatial coordinate.}
#' \item{z_1}{The first attribute simulated with a range parameter of 1}
#' \item{z_50}{The second attribute simulated with a range parameter of 50}
#' \item{z_100}{The second attribute simulated with a range parameter of 100}
#' }
"hex_pts"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.