bvsmp | R Documentation |
Create new bvsmp instance encoding morph data for Brainvoyager.
bvsmp(morph_data)
morph_data |
numeric vector, the morphometry data to store in the bvsmp instance (one value per mesh vertex). |
bvsmp instance, can be used to write Brainvoyager SMP format morphometry files using write.smp.brainvoyager
. Modify as needed before writing.
morph_data = rnorm(100L, 3.0, 1.0);
mybvsmp = bvsmp(morph_data);
mybvsmp$smp_version;
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.