R/plot.mvloc.R

Defines functions `plot.mvloc`

`plot.mvloc` <-
function(x, est2=NULL, est3 = NULL, X=NULL, ...)
    {
    plotMvloc(est1=x, est2=est2, est3 = est3, X=X, ...)
    }

Try the MNM package in your browser

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

MNM documentation built on May 29, 2024, 8:49 a.m.