powered by
as.integer
force.integer(x)
a <- matrix(rep(1,4),2,2) force.integer(a) as.integer(a)
Run the code above in your browser using DataLab