# NOT RUN {
def <- lognorm_dist_def(mean = 1.621, mean_sd = 0.0640,
sd = 0.418, sd_sd = 0.0691,
max_value = 20, samples = 10)
print(def)
def$params[[1]]
def <- lognorm_dist_def(mean = 5, mean_sd = 1,
sd = 3, sd_sd = 1,
max_value = 20, samples = 10,
to_log = TRUE)
print(def)
def$params[[1]]
# }
Run the code above in your browser using DataLab