RAND_NORMAL-cash-..init..: Initialization method

RAND_NORMAL$..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_NORMAL$..init..(mu = 0, sigma = 1)

Arguments

mu

Numeric. Mean.

sigma

Numeric. Standard deviation.

Value

Return the object itself.

Examples


# Instantiate
test <- rand_normal(mu = 1, sigma = 2)
test

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