R/plot.gm.R

plot.gm <-
function (x, mattext, col = c("grey", "red"), main = x$method, 
    las = 1, xlab = "To", ylab = "From", xnames, ynames, cex = 1, 
    fig = 3, opacity_factor, ...) 
{
    plotM(x$par, mattext, col, main, las, xlab, ylab, xnames, 
        ynames, cex, fig, opacity_factor)
}

Try the ctmcd package in your browser

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

ctmcd documentation built on May 31, 2023, 7:55 p.m.