R/plot_bg.R

Defines functions plot_bg

Documented in plot_bg

plot_bg<-function(col="lightgray") {
 plim<-par("usr")
 rect(plim[1],plim[3],plim[2],plim[4],col=col)
}

Try the plotrix package in your browser

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

plotrix documentation built on Nov. 10, 2023, 5:07 p.m.