Provides a sampling function useful for dynamic simulations, in which the length of the input vector may be multiple lengths and the size of the sample may be 0.
ssample(x, size, replace = FALSE, prob = NULL)
A vector containing the sampled value(s).
Either a vector of one or more elements from which to choose, or a positive integer.
Non-negative integer giving the number of items to choose.
Should sampling be with replacement?
Vector of probability weights for obtaining the elements of the vector being sampled.