Learn R Programming

Arothron (version 2.0.5)

export_amira: export_amira

Description

This function exports a list of 3D landmark set in separate files (format landmarkAscii)

Usage

export_amira(lista, path)

Arguments

lista

list containing 3D landmark sets

path

character: path of the folder where saving the Amira landmark sets

Author

Antonio Profico, Costantino Buzi, Marina Melchionna, Paolo Piras, Pasquale Raia, Alessio Veneziano

Examples

Run this code
x<-c(1:20)
y<-seq(1,3,length=20)
z<-rnorm(20,0.01)
vertices<-cbind(x,y,z)
set<-list(vertices)
example<-export_amira(set,path=tempdir()) 

Run the code above in your browser using DataLab