nincdepart3d {spatclus}R Documentation

First trajectory point determination in 3D

Description

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

Usage

 nincdepart3d(data, ordre, limx, limy, limz)

Arguments

data Data frame with 3 colums (x, y and z) giving coordinates of case data points.
ordre The rank of the first trajectory point in term of distance from the edge.
limx 2 element vector containing the study area bounds of the X-axis.
limy 2 element vector containing the study area bounds of the Y-axis.
limz 2 element vector containing the study area bounds of the Z-axis.

Value

The data frame "data" with the first trajectory point on the first row.

Author(s)

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

See Also

nincdepart


[Package spatclus version 1.0-3 Index]