R/loadRGL.R

Defines functions loadRGL

loadRGL <- function() {
    if (! suppressWarnings(requireNamespace("rgl",quietly=TRUE)))
        stop("rgl is mot available")
}

Try the misc3d package in your browser

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

misc3d documentation built on Oct. 8, 2021, 1:06 a.m.