tests/testthat/helper_zzz.R

set.seed(1)

isSymmetricMatrix = function(mat) {
  all(mat == t(mat))
}

Try the grapherator package in your browser

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

grapherator documentation built on May 1, 2019, 8:19 p.m.