View source: R/checkNEvalPts.R
| checkNEvalPts | R Documentation |
Check that number of integration intervals is odd and sufficiently large. Plus, compute and store the Simpson's Composite rule coefficients.
checkNEvalPts(nEvalPts)
nEvalPts |
An integer to check. |
The first element of nEvalPts is returned if it is acceptable. If nEvalPts is not acceptable, an error is thrown. Simpson's composite coefficients are store in options()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.