special_vector {fixtuRes} | R Documentation |
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
special_vector(10, "id", list(start = 3))
[Package fixtuRes version 0.1.3 Index]