File: prepanel.dice.R

package info (click to toggle)
r-cran-teachingdemos 2.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,168 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
"prepanel.dice" <-
function(x,y){
  xx <- ceiling(sqrt(length(x)))
  yy <- ceiling( length(x)/xx )
  return(list(ylim=c(-0.1,yy+0.1),xlim=c(-0.1,xx+0.1)) )
}