show-fdata-method: Shows a summary of an 'fdata' object.

Description Usage Arguments Value See Also Examples

Description

Calling show() on an fdata object gives an overview of the different slots and dimensions.

Usage

1
2
## S4 method for signature 'fdata'
show(object)

Arguments

object

An fdata object.

Value

A console output listing the slots and summary information about each of them.

See Also

fdata class for an overview of the slots

Examples

1
2
3
# Generate some Poisson data and show the `fdata` object
f_data <- fdata(y = rpois(100, 312), sim = TRUE)
show(f_data)

simonsays1980/finmix documentation built on Dec. 23, 2021, 2:25 a.m.