vis.colortable.legend | R Documentation |
This plots a legend for a colortable or an atlas (annotation), showing the region names and their assigned colors. This function creates a new plot.
vis.colortable.legend(colortable, ncols = 1L, plot_struct_index = TRUE)
colortable |
dataframe, a colortable as returned by |
ncols |
positive integer, the number of columns to use when plotting |
plot_struct_index |
logical, whether to plot the region index from tge 'struct_index' field. If there is no such field, this is silently ignored. |
This function plots one or more legends (see legend
). You may have to adapt the device size before calling this function if you inted to plot a large colortable.
## Not run:
fsbrain::download_optional_data();
subjects_dir = fsbrain::get_optional_data_filepath("subjects_dir");
annot = subject.annot(subjects_dir, 'subject1', 'lh', 'aparc');
vis.colortable.legend(annot$colortable_df, ncols=3);
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.