R/to.integer.R

"to.integer" <-
function(x) {
   storage.mode(x) <- "integer";
   x}

Try the robustloggamma package in your browser

Any scripts or data that you put into this service are public.

robustloggamma documentation built on May 1, 2019, 9:20 p.m.