The treemap is ploting fine but when I enter it into highcharter the viewer shows up blank.
tm <- treemap(M, index = c("Order", "Family"),
vSize = "n", vColor = "n",
type = "value", palette = viridis(6))
hctreemap(tm)
The treemap is ploting fine but when I enter it into highcharter the viewer shows up blank.
tm <- treemap(M, index = c("Order", "Family"),
vSize = "n", vColor = "n",
type = "value", palette = viridis(6))
hctreemap(tm)