R/plot.Mtabs.R

Defines functions plot.Mtabs

Documented in plot.Mtabs

plot.Mtabs <-
function(x,...,method="normal") {
     o.Mtabs<- x
     veg<- o.Mtabs$veg
     y<- o.Mtabs$transf.r
     if(method == "normal") {
     plottab(veg,o.Mtabs$order.rel,o.Mtabs$order.sp,o.Mtabs$order.relgr,o.Mtabs$order.spgr,y)
     }
     else {
     plottabl(veg,o.Mtabs$order.rel,o.Mtabs$order.sp,o.Mtabs$order.relgr,o.Mtabs$order.spgr,y)
     }
     }

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.