美文网首页R语言
rthreejs之三维散点图——除了酷炫我竟然不知道我做了啥

rthreejs之三维散点图——除了酷炫我竟然不知道我做了啥

作者: 热衷组培的二货潜 | 来源:发表于2018-12-08 14:55 被阅读5次

    放上最原始的参考链接:https://github.com/bwlewis/rthreejs

    if(!require("devtools")) install.packages("devtools")
    devtools::install_github("bwlewis/rthreejs")
    z <- seq(-10, 10, 0.1)
    x <- cos(z)
    y <- sin(z)
    scatterplot3js(x, y, z, color=rainbow(length(z)))
    
    image.png
    data(ego)
    graphjs(ego, bg="black")
    
    test.gif
    • gif文件直接从本地拖进来即可

    相关文章

      网友评论

        本文标题:rthreejs之三维散点图——除了酷炫我竟然不知道我做了啥

        本文链接:https://www.haomeiwen.com/subject/hleqhqtx.html