Learn R Programming

fixtuRes (version 0.1.3)

special_vector: Wrapper that allows generating a special type vectors

Description

Wrapper that allows generating a special type vectors

Usage

special_vector(size, type, configuration)

Arguments

size

integer, vector length

type

type of vector, one of: "id", "distribution"

configuration

list of arguments required by vector function

Examples

Run this code
# NOT RUN {
special_vector(10, "id", list(start = 3))
# }

Run the code above in your browser using DataLab