plot_generate_timeDependence: 95% Coverage time dependence plots for dFCM

Description Usage Arguments Examples

Description

Visualize the dFC time dependence modeled in dynamic functional connectivity modelling along with its confidence band.

Usage

1
2
plot_generate_timeDependence(dataList.CI, scan.length, rois,
  save_fig = FALSE, output_dir = NULL, cores = 0)

Arguments

dataList.CI

The path of confidence interval data

scan.length

integer, usually set as number of total timepoints per scan

rois

Numerical array, regions of interests to generate plots

save_fig

logical, whether or not the plots should be saved as files

output_dir

character, output directory of PNG-format figures

cores

integer, indicate the number of cores to use in parallel execution

Examples

1
2
3
data(DynModel_results) # Load sample model result object
scan.length <- DynModel_results$params$ntp_per_scan
plot_generate_timeDependence(DynModel_results$est_CI[1], scan.length, rois=c(114,134))

dfConn documentation built on June 14, 2019, 1:02 a.m.