-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshaefer_400_colormap
30 lines (26 loc) · 951 Bytes
/
shaefer_400_colormap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
0.470588235294118 0.0705882352941177 0.525490196078431
0.274509803921569 0.509803921568627 0.705882352941177
0 0.462745098039216 0.0549019607843137
0.768627450980392 0.227450980392157 0.980392156862745
0.862745098039216 0.972549019607843 0.643137254901961
0.901960784313726 0.580392156862745 0.133333333333333
0.803921568627451 0.243137254901961 0.305882352941177
1 'VN'
2 'SMN'
3 'DAN'
4 'VAN'
5 'SC'
6 'FPN'
7 'DMN'
Network R G B Hex Color
VN 0.470588 0.070588 0.525490 #78118a
SMN 0.274510 0.509804 0.705882 #467faf
DAN 0.000000 0.462745 0.054902 #00750e
VAN 0.768627 0.227451 0.980392 #c43af9
SC 0.862745 0.972549 0.643137 #dcf8a4
FPN 0.901961 0.580392 0.133333 #e99422
DMN 0.803922 0.243137 0.305882 #cd3e4e
scale_fill_manual(
values=c('Frontoparietal'='#e99422', 'Ventral Attention'='#c43af9', 'Default'='#cd3e4e',
'Dorsal Attention'='#00750e', 'Somatomotor'='#467faf', 'Limbic'='#dcf8a4',
'Visual'='#78118a' )