R/mst.nb.R

"mst.nb" <-
function(dxy){
    mymst <- ade4::mstree(dxy)
    return(neig2nb(mymst))
}

Try the spacemakeR package in your browser

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

spacemakeR documentation built on May 2, 2019, 4:51 p.m.