You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was running a CCA analysis using rcc with main = "Shrinkage".
When trying to use network, I get the following error that seems to come from the iGraph package:
Error in layout_with_fr(list(58, FALSE, c(55, 47, 53, 54, 49, 52, 56, :
At vendor/cigraph/src/layout/fruchterman_reingold.c:395 : Weights must be positive for Fruchterman-Reingold layout. Invalid value
When I plot component 1 to 4, it does not give an error, but when I add component 5 it does. However when I plot components 1 to 4 and 6, leaving out 5, I don't get this error.
I have no idea how to solve this, since all my other plots (cim etc.) work fine.
Any idea what could be the issue?
Thanks
The text was updated successfully, but these errors were encountered:
Hi
I was running a CCA analysis using
rcc
withmain = "Shrinkage"
.When trying to use
network
, I get the following error that seems to come from the iGraph package:When I plot component 1 to 4, it does not give an error, but when I add component 5 it does. However when I plot components 1 to 4 and 6, leaving out 5, I don't get this error.
I have no idea how to solve this, since all my other plots (
cim
etc.) work fine.Any idea what could be the issue?
Thanks
The text was updated successfully, but these errors were encountered: