Learn R Programming

pfocal (version 1.0.0)

smooth_uniform_circle_kernel: 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

Run this code
# NOT RUN {
smooth_uniform_circle_kernel(r = 3)
hard_uniform_circle_kernel(r = 3)

# }

Run the code above in your browser using DataLab