powered by
Checks if a object is of class 'number'
is.number(x)
an object
Returns TRUE/FALSE
# NOT RUN { modello.init(10, 10, 10, 10) x = number(1) is.number(x) # TRUE modello.close() # }
Run the code above in your browser using DataLab