draw_uniform_sample: Draw Uniform Sample

Description Usage Arguments Value Examples

View source: R/generate_dataset.R

Description

draws a uniform sample of size 'size'

Usage

1

Arguments

size

number. size of the sample

min

number. minimum of the uniform distribution

max

number. maximum of the uniform distribution

group

number. number of the group (default = 1)

Value

data.frame

Examples

1
draw_uniform_sample(size = 20, min = 0, max = 5, group = 1)

aneuraz/vizoR documentation built on Feb. 21, 2020, 2:43 p.m.