library(ggplot2)
ggplot() +
geom_brain(atlas = dk, aes(fill = region),
position = position_brain(. ~ side + hemi ),
show.legend = FALSE)
ggplot() +
geom_brain(atlas = dk, aes(fill = region),
position = position_brain(side ~ hemi ),
show.legend = FALSE)
Run the code above in your browser using DataLab