powered by
is.consistent(subsets, z)
TRUE
FALSE
is.nested
data(toyapps) stopifnot(is.consistent(subsets.toy,z.toy)) z.toy[[4]] <- 1:6 is.consistent(subsets.toy,z.toy)
Run the code above in your browser using DataLab