View source: R/file_read_write.R
readOFF | R Documentation |
This is a function to read OFF files for triangular meshes into the form that is required to use other functions in the package.
readOFF(file_name)
file_name |
path and name of file to be read |
complex_info list object containing two components, "Vertices" which holds the vertex coordinates and "cmplx" which holds the complex list object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.