powered by
tprob is a generic function which returns the probability distribution of recovered glass fragments.
tprob
tprob(object, x)
A transfer object.
transfer
A numeric object.
numeric
Returns a numeric vector of glass transfer probabilities given the initial conditions set by the user.
# NOT RUN { library(tfer) y = transfer() #Full probability table tprob(y) #Probability of recovering 8 glass fragments tprob(y, 8) # }
Run the code above in your browser using DataLab