We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
It seems the region names in the atlas palette do not have a consistent format. Some specify LH/RH but some do not. For instance,
atlas_name <- "schaefer7_200" %>% get() col_schaefer <- tibble(region = names(atlas_name$palette), col = unname(atlas_name$palette))
returns region names with LH/RH, but schaefer7_300 doesn't. Then 400 does and 500 doesn't. Could you please check if this is a bug? Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
It seems the region names in the atlas palette do not have a consistent format. Some specify LH/RH but some do not. For instance,
returns region names with LH/RH, but schaefer7_300 doesn't. Then 400 does and 500 doesn't. Could you please check if this is a bug? Thanks
The text was updated successfully, but these errors were encountered: