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
The above code snippets work when I add argument tooltipColumns = NULLortooltipColumns = c(1,2) for example. Can you please provide further detail on this argument? Does tooltipColumns only accept the indices of numeric columns?
Note: I'm running visNetwork version 2.1.2 on R 4.3.2
Thank you for the guidance!
Arianna C.
The text was updated successfully, but these errors were encountered:
Hello,
I tried running the following code in the package reference manual on pg. 39 for function
visHclust()
:visHclust(iris, cutree = 3, colorEdges = "red")
And I'm seeing this error:
I also see the same error when I run this code from the reference manual:
The above code snippets work when I add argument
tooltipColumns = NULL
ortooltipColumns = c(1,2)
for example. Can you please provide further detail on this argument? DoestooltipColumns
only accept the indices of numeric columns?Note: I'm running
visNetwork
version 2.1.2 on R 4.3.2Thank you for the guidance!
Arianna C.
The text was updated successfully, but these errors were encountered: