sublinks: sublinks This function creates a new links file starting from...

Description Usage Arguments Value Author(s) Examples

Description

sublinks This function creates a new links file starting from a links file and a vector of lansmarks selection

Usage

1
sublinks(links, subvec)

Arguments

links

list: A list of vectors each with two elements indicating the landmarks connected by a link

subvec

list: A vector ordered in ascending order indicating the subselection of landmarks for which the new link file should be created

Value

res list: A list with new links

Author(s)

Paolo Piras

Examples

1
2
3
4
5
6
7
## Not run:  
data(linksentire)
data(pri3d)
newlinks<-sublinks(linksentire,c(1:17))
plotmyarrays(pri3d[1:17,,1],links=newlinks)

## End(Not run)

evoshape/deformetrics documentation built on May 16, 2019, 9:41 a.m.