坐山雕

导航

2021年1月10日

R split column

摘要: ROW_ORDER<-data.frame("Factory_Order"=as.integer(PHEAT_CLU$tree_row$order), "ori_Factory_Names"=as.character(PHEAT_CLU$tree_row$labels)) ROW_ORDER$ORD 阅读全文

posted @ 2021-01-10 13:51 坐山雕 阅读(88) 评论(0) 推荐(0)

shiny server One main panel and 2 side panels

摘要: library(shiny) ui <- shinyUI(fluidPage( titlePanel("Old Faithful Geyser Data"), fluidRow( column(2, sliderInput("bins", "Number of bins:", min = 1, ma 阅读全文

posted @ 2021-01-10 11:32 坐山雕 阅读(64) 评论(0) 推荐(0)

How can you show the rownames in pheatmap on the left side of the graph?

摘要: library(pheatmap)library(grid)library(gtable) colors = c(seq(-5,-1,length=1000),seq(-.999999,.999999,length=1000),seq(1, 5,length=1000))my_palette <- 阅读全文

posted @ 2021-01-10 11:05 坐山雕 阅读(361) 评论(1) 推荐(0)

Shiny R aligning buttons

摘要: div(style="display:inline-block",submitButton("Analysis"), style="float:right"), div(style="display:inline-block",downloadButton('downloadData', 'Down 阅读全文

posted @ 2021-01-10 10:42 坐山雕 阅读(54) 评论(0) 推荐(0)