make_small {downsize} | R Documentation |
Internal utility function.
Description
Utility function. Inside function downsize
,
make "small" out of "big"
by subsetting or some other method. This is called if any of
the subsetting arguments to downsize
are set (length, dim, etc.)
Usage
make_small(args)
Arguments
args |
named list of arguments to |
See Also
[Package downsize version 0.2.3 Index]