R/A.R

Defines functions A

Documented in A

A <- function(G, P = NULL, path = NULL){
  E(graph = G, P = P, path = path, directed = TRUE)
}

Try the streamDAG package in your browser

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

streamDAG documentation built on Oct. 7, 2023, 1:08 a.m.