VEC2MOD {RTOMO} | R Documentation |
Convert a single vector representation of a 3D model to a list, or a list to a single vector.
VEC2MOD(VEC) MOD2VEC(MOD)
VEC |
vector with attributes x,y,D describing the coordinates |
MOD |
List model |
The two functions are used to convert models for different uses.
MOD |
List model |
Jonathan M. Lees<jonathan.lees@unc.edu>
GXMA3D
data(HELMOD) names(HELMOD) VV = MOD2VEC(HELMOD) NMOD = VEC2MOD(VV)