readShapes(file, fields=NULL)NULL, all objects in the file will be returned."shapes" containing any number of the following elements:scaling.NULL.digitizeImage function makes it possible to save shape and scaling data into a single shape file. This shape file has an XML-like format that allows the readShapes() function to read multiple object types (including vectors, matrices and lists) into a list structure using a generalized routine. All these objects are saved to a list as several elements. The particular elements in the output list will depend on which objects are present in the file. If the object is not present in the file, a call to that object will return NULL. The contents will also differ if multiple files are input. For instance, if one file is input landmarks.pixel will be a matrix but if multiple files are input it will be an array.The output of print() on the entire output list is formatted for readability given the potentially large matrices contained within the list.
digitizeImage