Learn R Programming

algebraic.dist (version 0.9.1)

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

Description

Get the dimension of a countable set.

Usage

# S3 method for countable_set
dim(x)

Value

1 (always univariate).

Arguments

x

A countable_set object.

Examples

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

Run the code above in your browser using DataLab