R/to.double.R

"to.double" <-
function(x) {
# warning: does not convert single to double in R
   storage.mode(x) <- "double";
   x}

Try the robeth package in your browser

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

robeth documentation built on Aug. 22, 2023, 9:09 a.m.