npsp.tolerance | R Documentation |
Returns a (convergence, taper, approximation,...) tolerance.
Defaults to .Machine$double.eps^(1/level)
, typically about 1e-8
.
npsp.tolerance(level = 2, warn = TRUE)
level |
numerical, |
warn |
logical; If |
Returns .Machine$double.eps^(1/level)
if level >= 1
,
in other case 1 - .Machine$double.eps
.
.Machine
curve(npsp.tolerance, 1, 1000)
abline(h = npsp.tolerance(0, FALSE), lty = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.