Learn R Programming

⚠️There's a newer version (4.2-3) of this package.Take me there.

memuse (version 1.1)

Estimate the memory usage of dense, in-core, numeric objects.

Description

How much ram do you need to store a 100,000 by 100,000 matrix? Learn the scintillating answer to this and many more such questions with the memuse package. This package gives the user the size (memory usage) of an unallocated, in-core, dense, numeric matrix. The output is an S4 class object that can be manipulated to be presented in different ways (different units, short/long versions of those units, etc.). The package offers similar functionality to that of R's object.size() function, with the key difference being that memuse does not require an object to already be allocated. So one can determine the size of enormous matrices even from a laptop.

Copy Link

Version

Install

install.packages('memuse')

Monthly Downloads

7,227

Version

1.1

License

GPL (>= 2)

Maintainer

Drew Schmidt

Last Published

August 7th, 2013

Functions in memuse (1.1)

Arithmetic

memuse Arithmetic
Converters

Converters
Accessors

Accessors
Control Variables

Control Variables for the memuse Package.
howmany

howmany
Swaps

Swaps
Constructor

memuse Constructor
Print

Printing
memuse-package

Core memuse Classes and Methods
memuse-class

Class memuse
memuse.internal

Internal Functions
Environment

Environment for the memuse Package
Replacers

Replacers
howbig

howbig