~ Function: dist3d ~
Compute the distante between two joint trajectories.
dist3d(x, y, method = "euclidian", power = 2)
x |
|
y |
|
method |
|
power |
|
Compute the distante between two joint trajectories, using one of the
distance define by dist
.
A numeric
### Generate artificial data myCld <- gald3d() ### Distance between individual 1 and 3 (there are in the same group) dist3d(myCld['traj'][1,,],myCld['traj'][3,,]) ### Distance between individual 1 and 51 (there are in two different groups) dist3d(myCld['traj'][1,,],myCld['traj'][51,,])
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.