Provides the generic function sample and the S4 method to
take a sample of the specified size from the elements of x
using either with or without replacement.
sample can be used to sample from a set of
transactions or associations.
Usage
sample(x, size, replace = FALSE, prob = NULL)
Arguments
x
object to be sampled from
(a set of associations or transactions).