TimeDistribution | R Documentation |
The TimeDistribution
class contains an estimate of the probability
distribution of the time to reach a given microbial count.
Its constructor is distribution_to_logcount()
.
It is a subclass of list with the items:
distribution Sample of the distribution of times to reach log_count
.
summary Summary statistics of distribution (mean, sd, median, q10 and q90).
## S3 method for class 'TimeDistribution'
print(x, ...)
## S3 method for class 'TimeDistribution'
summary(object, ...)
## S3 method for class 'TimeDistribution'
plot(x, y = NULL, ..., bin_width = NULL)
x |
The object of class |
... |
ignored. |
object |
An instance of |
y |
ignored. |
bin_width |
A number that specifies the width of a bin in the histogram,
see: |
print(TimeDistribution)
: print of the model
summary(TimeDistribution)
: summary of the model
plot(TimeDistribution)
: plot of the distribution of the time to reach a
microbial count.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.