README.md

Umbrella

A Biased Generic Random Walk Algorithm for Community Detection written in R

Introduction

Umbrella is a package for R and RStudio, which aims to provide a means of obtaining accurate results for community detection tasks by applying a generic random walk algorithm onto a multitude of fields, regardless of subject.

Installation Instructions

It is possible to install this package using the following commands in R or RStudio:

GitHub Method

Tested and verified under Fedora Workstation 31 (x86_64) / RStudio v1.2.5033.

  install.packages('devtools', dependencies = TRUE)
  library('devtools')
  install_github("ultraviolet-1986/umbrella")

CRAN Repository Method (Not yet implemented)

  install.packages('umbrella', dependencies = TRUE)

Functions

Once this package has been installed, it can be loaded using:

  library('umbrella')

Once the package has been installed and loaded, the following functions become available:

Dependencies

At present, these are the following packages which are required in order to use umbrella:

References and Resources



ultraviolet-1986/umbrella documentation built on July 20, 2020, 9:02 p.m.