This package contains dataset for plotting the Power atlas for ggsegverse.

Power JD, Cohen AL, Nelson SM, Wig GS, Barnes KA, Church JA, … & Petersen SE (2011). Functional network organization of the human brain. Neuron, 72(4), 665-678. PubMed

Installation

We recommend installing the ggseg-atlases through the ggseg r-universe:

options(repos = c(
  ggseg = "https://ggseg.r-universe.dev",
  CRAN = "https://cloud.r-project.org"
))

install.packages("ggsegPower")

You can install this package from GitHub with:

# install.packages("pak")
pak::pak("ggsegverse/ggsegPower")

Power atlas

library(ggseg)
library(ggsegPower)
#> 
#> Attaching package: 'ggsegPower'
#> The following object is masked from 'package:stats':
#> 
#>     power

plot(power())

Data source

Power JD, Cohen AL, Nelson SM, Wig GS, Barnes KA, Church JA, … & Petersen SE (2011). Functional network organization of the human brain. Neuron, 72(4), 665-678.