R/getDg.R

Defines functions getDg

Documented in getDg

getDg <- function(graph) {
  return(as.matrix(getDgSparse(graph)))
}

Try the genlasso package in your browser

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

genlasso documentation built on Aug. 22, 2022, 9:09 a.m.