R/PNDlegend.R

Defines functions PNDlegend

Documented in PNDlegend

PNDlegend <-
function() {
par(mar=c(1, 1, 1, 1))
plot.new()
legend("center", c("Behavior","PND "), col = c("red","gray"), lwd = 1,ncol=2,bty ="n")
}

Try the SSDforR package in your browser

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

SSDforR documentation built on Nov. 24, 2023, 5:08 p.m.