R/demo.R
demo.Rd
Esta función calcula el cuadrado del valor inicial.
demo(x)
A integer(1) or numeric(1).
integer(1)
numeric(1)
x^2
demo(2) #> [1] 4