plot.brainGraph_resids: Plot model residuals for each brain region
Description
Check the model residuals for each brain region in a structural covariance
analysis. It shows a qqplot of the studentized residuals, as output
from get.resid.
Usage
# S3 method for brainGraph_resids
plot(x, regions = NULL, cols = FALSE, ...)
# NOT RUN {myresids <- get.resids(lhrh, covars)
residPlots <- plot(myresids, cols=TRUE)
## Save as a multi-page PDFml <- marrangeGrob(residPlots, nrow=3, ncol=3)
ggsave('residuals.pdf', ml)
# }