deToIn: Increasing order function change the decreasing pair to...

Description Usage Arguments Value Examples

View source: R/deToIn.R

Description

Increasing order function change the decreasing pair to increasing, eg. 2-1 to 1-2

Usage

1
deToIn(a, b)

Arguments

a

One node

b

Another node

Value

A string represending a edge, eg. 1-2

Examples

1
deToIn(2,1)

placeboo/subgraph documentation built on May 29, 2019, 7:37 a.m.