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
When I use the network_plot function to plot, I encounter the following error. What could be the reason for this, and how can it be resolved? Thank you.
sub_dat %>%
correlate() %>%
rearrange() %>%
network_plot()
Correlation computed with
Method: 'pearson'
Missing treated using: 'pairwise.complete.obs'
Error in calcCurveGrob(x, x$debug) : end points must not be identical
The text was updated successfully, but these errors were encountered:
When I use the network_plot function to plot, I encounter the following error. What could be the reason for this, and how can it be resolved? Thank you.
sub_dat %>%
correlate() %>%
rearrange() %>%
network_plot()
Correlation computed with
Error in calcCurveGrob(x, x$debug) : end points must not be identical
The text was updated successfully, but these errors were encountered: