Nothing
#' Simulated 2D Weighted Data Set
#'
#' This is a simulated dataset containing two-dimensional data points,
#' their corresponding weights, and the true peaks' coordinates.
#'
#' @format A list with 3 components:
#' \describe{
#' \item{dat}{A data.frame of size \code{100000 x 2}, representing data point coordinates.}
#' \item{m}{A numeric matrix of true peaks' coordinates.}
#' \item{z}{A numeric vector of length \code{100000}, representing weights for each data point.}
#' }
#'
#' @usage data(r)
#'
#' @examples
#' data(r)
"r"
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.