Hi, really excited about this package and am playing around trying to run the example from your README in R. Unfortunately, I'm running into an issue with the 'region_order' variable. Here's my code:
`
library(ggplot2)
library(dplyr)
library(stringr)
remotes::install_github('coolbutuseless/svgparser')
remotes::install_github("anniegbryant/subcortex_visualization", subdir = "subcortexVisualizationR")
library(subcortexVisualizationR)
plot_subcortical_data(hemisphere='L', cmap='plasma',
fill_title = "Subcortical region index")
`
I'm getting the following error:
Error in plot_individual_regions(atlas_SVG_df_labeled, line_color = line_color, :
object 'region_order' not found
Thanks for your help!