R/l.actu.data.sp.R

l.actu.data.sp <-
function(l, d, d.sp)
{
    pos <- match(d$loc[l], d.sp$loc)
    z.actu <- d$z[l]
    n.actu <- 1

    return(c(pos, z.actu, n.actu))
}

Try the SPODT package in your browser

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

SPODT documentation built on May 2, 2019, 9:43 a.m.