RAND_UNIFORM-cash-..init..: Initialization method

RAND_UNIFORM$..init..R Documentation

Initialization method

Description

This function will be called after an instance is built. User input will be stored in the environment.

Usage

RAND_UNIFORM$..init..(a = 0, b = 1)

Arguments

a

Numeric. Lower bound.

b

Numeric. Upper bound.

Value

Return the object itself.

Examples


# Instantiate
test <- rand_uniform(a = 1, b = 2)
test

TengMCing/visage documentation built on Aug. 28, 2024, 3:27 p.m.