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)
}
plotrix/plotrix documentation built on Feb. 19, 2024, 8:16 a.m.