r {WPKDE}R Documentation

Simulated 2D Weighted Data Set

Description

This is a simulated dataset containing two-dimensional data points, their corresponding weights, and the true peaks' coordinates.

Usage

data(r)

Format

A list with 3 components:

dat

A data.frame of size 100000 x 2, representing data point coordinates.

m

A numeric matrix of true peaks' coordinates.

z

A numeric vector of length 100000, representing weights for each data point.

Examples

data(r)

[Package WPKDE version 1.0 Index]