File: colors.matrix.R

package info (click to toggle)
r-cran-epitools 1%3A0.5-10-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 596 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (5)
1
2
3
4
5
"colors.matrix" <-
  function(){
    x <- matrix(c(colors(),NA,NA,NA), 30, 22)
    invisible(x)
  }