Processing math: 100%

随笔分类 -  统计软件 / Statistical softwares

摘要:Neo4j 图数据科学(Graph Data Science, GDS)基础:图算法速成,用着用着就都会了。 阅读全文
posted @ 2022-06-23 02:41 ZZN而已 阅读(4339) 评论(1) 推荐(0) 编辑
摘要:译自官网课程: Introduction to Neo4j Graph Data Science | Free Neo4j Courses from GraphAcademy 官网文档: The Neo4j Graph Data Science Library Manual v2.1 - Neo4j 阅读全文
posted @ 2022-06-17 18:52 ZZN而已 阅读(4378) 评论(0) 推荐(1) 编辑
摘要:mydf <- data.frame(a = 1:5, b = 6:10, c = 11:15) mydf # a b c # 1 1 6 11 # 2 2 7 12 # 3 3 8 13 # 4 4 9 14 # 5 5 10 15 删除变量"c": mydf['c'] <- NULL mydf 阅读全文
posted @ 2021-11-02 22:40 ZZN而已 阅读(429) 评论(0) 推荐(0) 编辑
摘要:?plotmath 1 Basic operators | Syntax | Meaning | | | | | %*% | × | | %/% | ÷ | | %+-% | ± | | x%%y | xy | | sqrt(x) | $\sqrt{ 阅读全文
posted @ 2021-10-17 03:19 ZZN而已 阅读(103) 评论(0) 推荐(0) 编辑
摘要:1 Something about print | syntax | explanation | | : | : | | print(str1, str2, sep = "") | print strings separately | | print(str1 + str2) | print str 阅读全文
posted @ 2021-10-08 21:36 ZZN而已 阅读(47) 评论(0) 推荐(0) 编辑
摘要:1 Basic 一个Shiny App在一个app.R里面,然后这个script在一个路径下(例:newdir/),运行这个app使用runApp("newdir/")。参数有display.mode = "showcase" Shiny App由三部分组成,ui、server和shinyApp: 阅读全文
posted @ 2021-10-08 20:29 ZZN而已 阅读(76) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示