File: ones.R

package info (click to toggle)
r-cran-calibrate 1.7.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 628 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 72 bytes parent folder | download | duplicates (2)
1
2
3
4
5
"ones" <-
function(n,p=n) {
   matrix(rep(1,n*p),nrow=n,ncol=p)
}