dim.countable_set: Get the dimension of a countable set.

View source: R/countable_set.R

dim.countable_setR Documentation

Get the dimension of a countable set.

Description

Get the dimension of a countable set.

Usage

## S3 method for class 'countable_set'
dim(x)

Arguments

x

A countable_set object.

Value

1 (always univariate).

Examples

cs <- countable_set$new(0L)
dim(cs)  # 1

algebraic.dist documentation built on Feb. 27, 2026, 5:06 p.m.