inst/vosondash/ui/networkMetricsUI.R

#### network metric tab  ---------------------------------------------------------------------------------------------- #
tabItem(tabName="network_metrics_tab",
        fluidRow(
          box(
            width = 12,
            h2("Network Metrics"),
            verbatimTextOutput("network_metrics_details_output", placeholder = TRUE),
            hr(),
            h4("Component Distribution"),
            plotOutput("componentDistPlot"),
            hr(),
            h4("Degree Distribution"),
            plotOutput("degreeDistPlot"),
            hr(),
            h4("Indegree Distribution"),
            plotOutput("indegreeDistPlot"),
            hr(),
            h4("Outdegree Distribution"),
            plotOutput("outdegreeDistPlot")
          )
        )
)
#### end network_metrics_tab
Manmit1Singh/visnetwork documentation built on Dec. 17, 2021, 2:18 a.m.