inst/examples/ex_dist_tick.R

d <- Dist(5)
d <- tick(d, 1)
d <- tick(d, 1)
d <- tick(d, 3)
d # [2, 0, 1, 0]

Try the rinform package in your browser

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

rinform documentation built on April 1, 2018, 12:12 p.m.