intensity3D: Intensity of a 3d Dataset or a Model

View source: R/intensity3d.R

intensity3DR Documentation

Intensity of a 3d Dataset or a Model

Description

Computing the intensity of a 3d point pattern using kernel smoothing.

Usage

intensity3D(X, Y, Z, bw = NULL, psz = 25, kernel = "Square")

Arguments

X

X coordinate

Y

Y coordinate

Z

Z coordinate

bw

bandwidth

psz

pointsize used for discretization (large: fast, but not precise)

kernel

"Square" or "Uniform"

Value

3d Array


bioimagetools documentation built on May 28, 2022, 5:06 p.m.