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
This will probably not arise often, because few users will set ordered = TRUE if they are looking to produce network plots. However if they do, I think a warning is appropriate.
In relation to quanteda/quanteda#1461, we haven't defined how to deal with an asymmetric fcm. Probably, the lower triangle is ignored in the conversion:
https://github.com/quanteda/quanteda/blob/fe6af954ad31ea9e47b8baacc95a9dd9c8468ca7/R/textplot_network.R#L153-L154
I should warn users or raise error when a fcm is asymmetric.
The text was updated successfully, but these errors were encountered: