总结:本插件可以通过拖动变量,生成对应的图形。但目前,插件提供的数据框、图的类型比较少,相对于ggthemeassist包定制化不多。但各有各的优势吧。
https://github.com/dreamRs/esquisse
source("https://install-github.me/dreamRs/esquisse")
# or with devtools:
devtools::install_github("dreamRs/esquisse")
esquisse::esquisser()
esquisse::esquisser(data = iris)
ggplot(data = tg) +
aes(x = dose, y = length, color = supp) +
geom_point() +
scale_color_brewer(palette = "RdGy") +
labs(title = "biaoti",
subtitle = "fubiaoti") +
theme_minimal()
options("esquisse.display.mode" = "browser")