sampleModif: sampleModif

Description Usage Arguments Details Examples

View source: R/utilities_soundgen.R

Description

Internal soundgen function

Usage

1

Arguments

x

vector

...

other arguments passed to sample

Details

Same as sample, but without defaulting to x = 1:x if length(x) = 1. See https://stackoverflow.com/questions/7547758/using-sample-with-sample-space-size-1

Examples

1
2
soundgen:::sampleModif(x = 3, n = 1)
# never returns 1 or 2: cf. sample(x = 3, n = 1)

tatters/soundgen_beta documentation built on May 14, 2019, 9 a.m.