Hope
Hope
2. You can get the data by simply using `as.data.frame` or `as_tibble` to the output object. I'll make anothre tutorial to better explain that.
5. Add `keyword_cloud`, will be included in next version.
3&4. Use `keyword_network` to provide flexible network visualization, will be included in next release.
Can you put your data and code in a repo so I can reproduce your results?
Response: 1. Try : ``` library(akc) bibli_data_table %>% keyword_clean(id = "id",keyword = "keyword") %>% keyword_group(id = "id",keyword = "keyword") %>% keyword_network() + ggplot2::scale_fill_viridis_d() ``` I believe you can add more...
Community detection in network science.
可以给一个优化过的版本吗,我一看这个这么多重复,就知道应该有优化空间,但是还没有仔细思量。