Learn R Programming

reservoirnet (version 0.3.0)

rloguniform: rloguniform

Description

Simulate a log-uniform distribution

Usage

rloguniform(n, min = 10^-1, max = 10^2)

Value

A vector of simulated values

Arguments

n

number of sample

min

minimum of the distribution

max

maximum of the distribution

Examples

Run this code
rloguniform(n = 1)

Run the code above in your browser using DataLab