inst/examples/ex_dist_copy.R

d <- Dist(c(1, 2, 3, 4))
c <- copy(d)
c

d <- Dist(7)
c <- copy(d)
c
ELIFE-ASU/rinform documentation built on May 26, 2019, 7:25 a.m.