tidy.radf_distr {exuber}R Documentation

Tidy a radf_distr object

Description

Summarizes information about radf_distr object.

Usage

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

Arguments

x

An object of class radf_distr.

...

Further arguments passed to methods. Not used.

Value

A tibble::tibble()

Examples

## Not run: 
mc <- mc_cv(n = 100)

tidy(mc)

## End(Not run)

[Package exuber version 1.0.2 Index]