## S3 method for class 'numeric':
memuse(size=0, unit=.UNIT, unit.prefix=.PREFIX, unit.names=.NAMES)
## S3 method for class 'numeric':
mu(size=0, unit=.UNIT, unit.prefix=.PREFIX, unit.names=.NAMES)
Arguments
size
numeric; indicates the unit-multiple number of bytes used
by the object.
unit
string; the unit of storage, such as "MiB" or "MB",
depending on prefix. Case is ignored.
unit.prefix
string; the unit prefix, namely IEC or SI. Case
is ignored.
unit.names
string; control for whether the unit names should
be printed out or their abbreviation should be used. Options are
"long" and "short", respectively. Case is ignored.