坐山雕

导航

2021年2月1日

mouse click shiny

摘要: library(ggplot2) ui <- basicPage( plotOutput("plot1", click = "plot_click"), verbatimTextOutput("info") ) server <- function(input, output) { output$p 阅读全文

posted @ 2021-02-01 16:59 坐山雕 阅读(36) 评论(0) 推荐(0) 编辑

ggplot log2

摘要: PSELC+ scale_y_continuous(trans = log2_trans()) 阅读全文

posted @ 2021-02-01 11:47 坐山雕 阅读(35) 评论(0) 推荐(0) 编辑

R语言可视化学习笔记之ggridges包. crossed coverage

摘要: https://blog.csdn.net/woodcorpse/article/details/106554057 library(viridis) library(ggridges) head(lincoln_weather[ ,1:4]) ggplot(lincoln_weather, aes 阅读全文

posted @ 2021-02-01 11:04 坐山雕 阅读(200) 评论(1) 推荐(0) 编辑

white no line rectGrob

摘要: rectGrob(gp=gpar(fill=NA,col=NA)), #Plot Footer my_g1 ← grobTree(rectGrob(gp=gpar(fill="#F0F0F0",col=NA)), linesGrob(unit(c(.05, .95), "npc"), unit(1, 阅读全文

posted @ 2021-02-01 10:29 坐山雕 阅读(40) 评论(0) 推荐(0) 编辑