Experimental Network Plots for Delta-Scale Pairwise (Partial) Correlations
Source:R/plotfuns.R
delta_network.Rd
Experimental Network Plots for Delta-Scale Pairwise (Partial) Correlations
Usage
delta_network(
x,
timediff = "2-1",
partial = TRUE,
corr_thresh = 0.75,
interactive = TRUE,
method = c("pearson", "kendall", "spearman")
)
Arguments
- x
Input covariate array, with n rows, p columns, and t slices
- timediff
Pair of time points to use in heatmap. Should be in format
't2-t1'
- partial
If
TRUE
, partial correlations using theppcor
package will be used. IfFALSE
, correlations will be used- corr_thresh
Correlation value threshold for edge inclusion in the graph
- interactive
If
TRUE
, an interactivevisNetwork
plot will open in the Viewer panel. IfFALSE
, a staticigraph
plot will be produced- method
A character string indicating which correlation coefficient is to be computed, with "pearson" as default