R/mxplot.default.R

Defines functions mxplot.default

Documented in mxplot.default

mxplot.default<- function(veg,rmember,use,y=1,...)  {
    o.mxplot<- matrixplot(veg,rmember,use,y=1,...)
    o.mxplot$call<- match.call()
    cat("Call:\n")
    class(o.mxplot) <- "mxplot"
    print(o.mxplot$call)
    o.mxplot
}

Try the dave package in your browser

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

dave documentation built on May 2, 2019, 1:30 p.m.