R/name_edge.R

Defines functions name_edge

name_edge <- function(v1, v2) {
  s <- paste(v1, " -- ", v2, sep = "")
  s
}

Try the bmotif package in your browser

Any scripts or data that you put into this service are public.

bmotif documentation built on Sept. 13, 2020, 5:10 p.m.