Skip to content

"object 'region_order' not found" when trying to make default plot #5

@megardn

Description

@megardn

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions