Skip to content
New issue

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

warning when plotting ICA components #209

Open
stonekate opened this issue Sep 22, 2022 · 0 comments
Open

warning when plotting ICA components #209

stonekate opened this issue Sep 22, 2022 · 0 comments

Comments

@stonekate
Copy link
Collaborator

If I don't do any artifact rejection before running ICA (e.g. getting rid of really large artifacts), I sometimes get this message when using plot_components():

image

Doesn't seem important but posting just in case. Only happens when .standardize = FALSE. Example data in Dropbox if you need it.

# load ica data
dat_ica <- readRDS("./21_ica.rds")

# plot
plot_components(dat_ica, .standardize = FALSE) +
  annotate_head() +
  geom_contour() +
  geom_text(color = "black", size = 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant