View source: R/write_cifti_axes.R
| cifti.axis.labels | R Documentation |
See cifti.axis.scalars; a labels axis is the same thing with
integer label keys instead of scalar values, and it stores the label table that
defines the keys.
cifti.axis.labels(names = NULL, label_tables = NULL, metadata = NULL)
names |
character vector or |
label_tables |
list of label tables or |
metadata |
list of metadata lists or |
a named list with the entries 'type' and 'named_maps', an axis to be passed to
cifti.header.from.axes or write.cifti.
Other cifti functions:
cifti.axis.brain.models(),
cifti.axis.from.template(),
cifti.axis.parcels(),
cifti.axis.parcels.from.annot(),
cifti.axis.scalars(),
cifti.axis.series(),
cifti.brain.model.surface(),
cifti.brain.model.volume(),
cifti.dim.labels(),
cifti.file.type.for.axes(),
cifti.grayordinates(),
cifti.header.from.axes(),
cifti.label.table(),
cifti.parcel(),
cifti.parcels(),
cifti.series.info(),
cifti.structure.data(),
cifti.structures(),
cifti.volume(),
print.fs.cifti(),
print.fs.cifti.data(),
print.fs.connectome(),
read.cifti(),
read.cifti.header(),
read.cifti.rows(),
read.fs.connectome.cifti(),
write.cifti(),
write.fs.connectome.cifti(),
write.fs.morph.cifti(),
write.fs.parcellated.cifti(),
write.fs.parcellation.cifti(),
write.fs.series.cifti()
label_table <- data.frame(key = 0:1, red = c(1, 0), green = c(1, 0.5), blue = c(1, 1),
alpha = c(0, 1), label = c("???", "PARCEL_A"))
axis <- cifti.axis.labels("parcellation", label_tables = list(label_table))
axis$named_maps[[1]]$labels$label
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.