| glmHBDPlot | R Documentation | 
QQ-Plot & Manhattan Plots for glm on HBD prob or FLOD
glmHBDPlot(
  x,
  expl_var,
  plot = c("all", "unadj", "adj"),
  qq = FALSE,
  save = FALSE
)
| x | an atlas object | 
| expl_var | the explanatory variable 'FLOD' or 'HBD_prob' | 
| plot | choose to plot 'all' = adj + unadj, 'adj' only, 'unadj' only (default = all) if 'all' but only 'adj' or 'unadj' data are available the function will only plot available data | 
| qq | choose to plot qqplot (default = FALSE) | 
| save | choose if plot are saved or not (.png format) (default = FALSE) | 
| n.cores | number of cores for parallelization calculation (default = 1) | 
glmHBD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.