summary.transfer: 'summary' method for transfer objects

Description Usage Arguments Value

View source: R/summary.transfer.R

Description

Prints a summary of the simulation input parameters

Usage

1
2
## S3 method for class 'transfer'
summary(object, ...)

Arguments

object

an object of class transfer

...

extra arguments passed to summary.default

Value

A list with three elements is returned invisibly:

parameters

list containing all the simulation parameters

values

a numeric vector of the simulated values

probability

a named numeric vector giving the probability of recovering 0, 1, 2, ... fragments


tfer documentation built on July 15, 2020, 5:08 p.m.

Related to summary.transfer in tfer...