Description Usage Arguments Value Author(s) Examples
Checks if a object is of class 'number'
1 | is.number(x)
|
x |
an object |
Returns TRUE/FALSE
Filippo Monari
1 2 3 4 | modello.init(10, 10, 10, 10)
x = number(1)
is.number(x) # TRUE
modello.close()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.