Description Usage Arguments Value Author(s) Examples
sublinks This function creates a new links file starting from a links file and a vector of lansmarks selection
1  | sublinks(links, subvec)
 | 
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  | 
res list: A list with new links
Paolo Piras
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.