pubmed趋势

感谢Y叔的工具传送门

1
2
3
4
5
6
7
library(yyplot)
library(ggplot2)
pm <- pubmed_trend("BPTF", year = 2000:2018)
p <- ggplot(pm_b, aes(x = year, y = number))+
geom_bar(stat = "identity")+
theme_classic()
p

BPTF的研究很少。近今年多了一些。还是有机会好好做一下的。