Learn R Programming

magclass (version 3.74)

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
  dim=old_dim_convention(3.2)
  dim=old_dim_convention(1.1)

Run the code above in your browser using DataLab