R/coor.R

coor <-
function (a, b) 
{
    out = list(net = a, coord = b)
    class(out) = c("GML")
    out
}

Try the multiplex package in your browser

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

multiplex documentation built on Sept. 11, 2024, 7:41 p.m.