integre3d {spatclus}R Documentation

Distance expectation computation in 3D

Description

This function is the 3D version of the integre function which is described hereafter.

Usage

integre3d(pop, x, y, z, rmax, n, k, pas)

Arguments

pop The grid with "1" if the point has not been yet included in the trajectory, "0" else.
x X-coordinate of the point from wich we want to compute the expectancy of the distance.
y Y-coordinate of the point from wich we want to compute the expectancy of the distance.
z Z-coordinate of the point from wich we want to compute the expectancy of the distance.
rmax The maximal distance from the (x,y) point to the study area border.
n The total number of points (cases).
k The number of points already selected in the trajectory.
pas Makes possible to choose the precision of the integral calculation.

Value

Value of the computed expectation.

Author(s)

Christophe Dematte{"i} demattei@iurc.montp.inserm.fr

See Also

airegrille3d integre


[Package spatclus version 1.0-3 Index]