R/PEMlegend.R

Defines functions PEMlegend

Documented in PEMlegend

PEMlegend <-
function() {
par(mar=c(1, 1, 1, 1))
plot.new()
legend("center", c("Behavior","PEM "), 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 May 29, 2024, 5:43 a.m.