coloredmesh.from.preloaded.data | R Documentation |
Generate coloredmesh from loaded data.
coloredmesh.from.preloaded.data(
fs_surface,
morph_data = NULL,
col = NULL,
hemi = "lh",
makecmap_options = mkco.seq()
)
fs_surface |
an fs.surface instance or a character string, which will be interpreted as the path to a file and loaded with |
morph_data |
numerical vector, per-vertex data (typically morphometry) for the mesh. If given, takes precedence over 'col' parameter. |
col |
vector of colors, typically hex color strings like '#FF00FF'. The per-vertex-colors for the mesh. Alternative to morph_data. |
hemi |
character string, one of 'lh' or 'rh'. Metadata, the hemisphere. May be used by visualization functions to decide whether to draw the mesh in certain views. |
makecmap_options |
named list of parameters to pass to |
as fs.coloredmesh instance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.