r: Simulated 2D Weighted Data Set

rR 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)

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

Related to r in WPKDE...