EnigmaSong / nethist

R package for Network histogram
https://enigmasong.github.io/nethist/
Other
2 stars 1 forks source link

3D plot for nethist object #24

Open EnigmaSong opened 1 year ago

EnigmaSong commented 1 year ago

Similar to this post, using plot3D package to draw 3d version of network histogram plot.

EnigmaSong commented 1 year ago

Here is the reason I remove this temporarily. In R CMD CHECK on GitHub, I got the following warning message:

Found the following significant warnings: Warning: no DISPLAY variable so Tk is not available

I guess this is related some GUI configuration. Note that the current version of plot3d() implementation requires plot3D package, which requires misc3d package. This requires tcltk. This is GUI related package.