tprob: Transfer Probabilities

Description Usage Arguments Value Author(s) See Also Examples

Description

tprob is a generic function which returns the probability distribution of recovered glass fragments.

Usage

1
tprob(object, x)

Arguments

object

A transfer object.

x

A numeric object.

Value

Returns a numeric vector of glass transfer probabilities given the initial conditions set by the user.

Author(s)

TingYu Huang

See Also

transfer

Examples

1
2
3
4
5
6
7
8
9
library(tfer)

y = transfer()

#Full probability table
tprob(y)

#Probability of recovering 8 glass fragments
tprob(y, 8)

jmcurran/tfer documentation built on May 19, 2019, 1:53 p.m.