inst/shinyapp/R/communitydetection.R

library(shiny)

communitydetection<-fluidRow(
           column(6,selectInput("centrality_method","Method for centrality analysis:",c("eigenvector","betweenness","degree.count","degree.weight","closeness")))
)
kuppal2/xMWAS documentation built on April 15, 2021, 5:47 a.m.