knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

options(width = 150)

R build status Travis-CI Build Status Depends GitHub code size in bytes HitCount License: MIT

{snExplorer} is a parsimonious Shiny application for interactive visualization and analysis of networks.

Installation

{snExplorer} is an R package and can be installed using {devtools} :

if (!requireNamespace("remotes")) install.packages("remotes")

remotes::install_github("cjcallag/snExplorer")

Lauching App

snExplorer::launch_shiny_app()
knitr::include_graphics(path = "man/figures/landing.png")


cjcallag/snExplorer documentation built on Dec. 31, 2022, 12:32 p.m.