File: plot_bg.R

package info (click to toggle)
r-cran-plotrix 3.8-13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,584 kB
  • sloc: makefile: 6
file content (4 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (7)
1
2
3
4
plot_bg<-function(col="lightgray") {
 plim<-par("usr")
 rect(plim[1],plim[3],plim[2],plim[4],col=col)
}