Description
Print and show methods for memuse class objects.
Usage
# S4 method for memuse
print(x, ..., unit = mu.unit(x), prefix = mu.prefix(x),
names = mu.names(x), digits = 3)# S4 method for memuse
show(object)
Arguments
unit
the unit to be used in printing; defaults to x's unit
prefix
the unit prefix to be used in printing; defaults to
x's prefix
names
the unit names (short or long) to be used in printing;
defaults to x's names
digits
the number of decimal digits to print; default is 3
Examples
Run this code# NOT RUN {
x <- mu(1e6)
print(x)
x # same as show(x)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab