View source: R/countable_set.R
| dim.countable_set | R Documentation |
Get the dimension of a countable set.
## S3 method for class 'countable_set'
dim(x)
x |
A |
1 (always univariate).
cs <- countable_set$new(0L)
dim(cs) # 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.