magclass (version 4.107.0)

old_dim_convention: old_dim_convention

Description

Transforms new dim convention (e.g. 3.2) into old dim convention(e.g. 4)

Usage

old_dim_convention(dim)

Arguments

dim

The dim number in the new convention

Value

The dim number according to the old convention

See Also

add_columns,add_dimension

Examples

Run this code
# NOT RUN {
  dim=old_dim_convention(3.2)
  dim=old_dim_convention(1.1)

# }

Run the code above in your browser using DataLab