copy: Copy

Description Usage Arguments Value Examples

Description

Generic function to perform a deep copy of the distribution.

Usage

1
copy(d)

Arguments

d

Dist object representing the distribution to be copied.

Value

Dist giving the copy of the distribution.

Examples

1
2
3
4
5
6
7
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.