summary.transfer {tfer}R Documentation

summary method for transfer objects

Description

Prints a summary of the simulation input parameters

Usage

## 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


[Package tfer version 1.3 Index]