tests/zero.R

 library(rcdd)

 qux <- matrix(0, 0, 6)

 out <- scdd(qux, representation = "H")
 print(out)

 scdd(out$output)

 out <- scdd(qux, representation = "H", adjacency = TRUE,
     inputadjacency = TRUE, incidence = TRUE, inputincidence = TRUE)
 print(out)

 options(error=dump.frames)

 out <- scdd(qux, representation = "V")

Try the rcdd package in your browser

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

rcdd documentation built on April 25, 2023, 1:09 a.m.