Description Usage Arguments Value Author(s) Examples
S3 method to get the total size of a number
1 2 | ## S3 method for class 'modello_number'
length(x)
|
x |
a referecen object of class 'number' |
Returns the size of the number
Filippo Monari
1 2 3 4 | modello.init(10, 10, 10, 10)
x = number(rnorm(3))
length(x) #3
modello.close()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.