Description Usage Arguments Value Examples
View source: R/conveniencefunctions2.R
Function that calculates factorial of integer Note: this function is recursive!
1 | factorial(x)
|
x |
Integer |
Factorial integer
1 2 | x <- 13
factorial(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.