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

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