aro.clo.points: aro.clo.points

Description Usage Arguments Value Author(s) Examples

Description

This function finds the vertices numbering nearest a landmark set

Usage

1
aro.clo.points(vertex, landmarks)

Arguments

vertex

matrix mesh vertex

landmarks

numeric: a kxm matrix of a landmark set

Value

position numeric: a vector with vertex number nearest the landmark set

Author(s)

Antonio Profico, Alessio Veneziano, Alessandro Lanteri

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
#load an example: mesh, and L set
data(exp.teeth.mesh)
data(exp.teeth.Lset)
sur=t(vcgQEdecim(teeth.mesh,percent=0.50)$vb[-4, ])
set=teeth.Lset
example=aro.clo.points(vertex=sur,landmarks=set)

## End(Not run)

Arothron/ctrlR documentation built on May 5, 2019, 8:12 a.m.