R/r.R

#' 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"

Try the WPKDE package in your browser

Any scripts or data that you put into this service are public.

WPKDE documentation built on June 8, 2025, 11:24 a.m.