powered by
Get the dimension of a countable set.
# S3 method for countable_set dim(x)
1 (always univariate).
1
A countable_set object.
countable_set
cs <- countable_set$new(0L) dim(cs) # 1
Run the code above in your browser using DataLab