R/center_graph.R
pad.Rd
Attempts are made to make this padding efficient by employing sparse graphs
pad(m, nr, nc = nr)
matrix
number of rows to add
number of columns to add. (default = nr)
m padded with nr rows and nc columns of zeros.