inst/tinytest/test-vertex.R

vmat2 <- vertex(k = 2)
vmat3 <- vertex(k = 3)

expect_equal(dim(vmat2), c(1, 2))
expect_equal(dim(vmat3), c(2, 3))

Try the abclass package in your browser

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

abclass documentation built on Nov. 5, 2025, 6:27 p.m.