kernel-circular: Compute an Circular kernel

smooth_uniform_circle_kernelR Documentation

Compute an Circular kernel

Description

Functions to compute a circular kernel.

Usage

smooth_uniform_circle_kernel(r)

hard_uniform_circle_kernel(r)

Arguments

r

[numeric] Circle radius.

Value

A matrix corresponding to the kernel.

Examples


smooth_uniform_circle_kernel(r = 3)
hard_uniform_circle_kernel(r = 3)


pfocal documentation built on June 17, 2022, 5:07 p.m.