# NOT RUN {
modello.init(n.numbers=10, n.nodes=10, n.graphs=10, n.opts=10)
x = number(integer(3))
print(x)
print(x$v)
modello.close()
modello.init(n.numbers=10, n.nodes=10, n.graphs=10, n.opts=10)
x1 = number(1, scalar=TRUE)
print(x1)
print(x1$v)
x2 = number(1)
print(x2)
print(x2$v)
x3 = number(c(1, 2, 3))
print(x3)
print(x3$v)
modello.close()
modello.init(n.numbers=10, n.nodes=10, n.graphs=10, n.opts=10)
x = number(matrix(rnorm(9), 3, 3))
print(x)
print(x$v)
modello.close()
# }
Run the code above in your browser using DataLab