Learn R Programming

probhat (version 0.4.1)

40_as_methods: Convert Distribution Sets to Lists

Description

Covert dset objects to lists. (Refer to Distribution Sets).

You should wrap a dset object inside the function. (An exception is plotting).

Usage

# S3 method for dset
as.list(x, …)

Arguments

x

A dset (distribution set) object.

Ignored.

Value

A standard list.

References

Refer to the vignette for an overview, references and better examples.