Description Usage Arguments Value Examples
View source: R/Price_FUNCTIONS.R
Calculate the amount of memory needed to store a distance matrix, before calculating the distance matrix. This is a prudent way to prevent running out of RAM when calculating a distance matrix. (Code implemented from response on R help list).
1 |
n |
This is the number of rows in the distance matrix |
Estimated memory requirement in GB
1 | dist.mat.size(200)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.