Learn R Programming

exuber (version 1.0.2)

tidy.radf_distr: Tidy a radf_distr object

Description

Summarizes information about radf_distr object.

Usage

# S3 method for radf_distr
tidy(x, ...)

Value

A tibble::tibble()

Arguments

x

An object of class radf_distr.

...

Further arguments passed to methods. Not used.

Examples

Run this code
if (FALSE) {
mc <- mc_cv(n = 100)

tidy(mc)
}

Run the code above in your browser using DataLab