-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
featurea feature request or enhancementa feature request or enhancement
Description
Hi there,
Thanks for the great network_plot function.
I wonder if we can just focus on a single variable in the correlation matrix.
For example:
res.cor <- correlate(pmeans[,-c(1:2)])|> focus(BELONG)
network_plot(res.cor, min_cor = 0.5, colors = c("red", "green"))
But I would just like to represent the correlations with "BELONG" (bottom left) the others could be grayed out, or just removed. Also the thickness of the lines could also be proportional to the absolute value of the correlations, and the colors would represent the signal.
Thanks!
Metadata
Metadata
Assignees
Labels
featurea feature request or enhancementa feature request or enhancement
