R/rMU.R

Defines functions rMU

Documented in rMU

rMU <- function(n)
{
  img <- readPNG(system.file("images/mu.png", package = "ICtest")[1])[, , 1]
  img <- t(img)
  img <- img[, ncol(img):1]
  x <- imageToData(img, n)
  x
}

Try the ICtest package in your browser

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

ICtest documentation built on May 18, 2022, 9:05 a.m.