Skip to contents

This function returns a string representation of the object.

Value

A string.

Examples


RAND_VAR$..str..()
#> [1] "<RAND_VAR class>"

test <- rand_var(dist = "uniform", prm = list(a = 1, b = 2))
test$..str..()
#> [1] "<RAND_VAR object>\n [a: 1, b: 2]"