knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Read in the Penn115 Template

The Penn immages include a brain mask and an image. We will read them in and display them:

library(penn115)
library(neurobase)

img = penn115::penn115_image()
mask = penn115::penn115_brain_mask()
neurobase::ortho2(img, mask, col.y = "#FF000080")
brain = penn115::penn115_brain()
neurobase::ortho2(brain)


neuroconductor-devel-releases/penn115 documentation built on May 6, 2020, 4:27 p.m.