View source: R/write_fs_patch.R
write.fs.patch | R Documentation |
Write a surface patch, i.e. a set of vertices and patch border information, to a binary patch file.
write.fs.patch(filepath, patch)
filepath |
string. Full path to the output patch file. If it ends with ".gz", the file is written in gzipped format. Note that this is not common, and that other software may not handle this transparently. |
patch |
an instance of class 'fs.patch', see |
the patch, invisible
Other patch functions:
fs.patch()
,
read.fs.patch.asc()
,
read.fs.patch()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.