normalDist-class: An S4 class to represent a normal distribution.
Description
This S4 class describes the normal distribution that is fitted to the marker values. The normal distribution is characterized by the mu and the sd parameters.
Arguments
Slots
mu
mu parameter.
sd
standard deviation parameter. Must be strictly positive.
Details
You never have to create this class manually. This class is created internally when a normal distribution is fitted on the marker values.
See Also
fit for more details on how to fit a normal distribution.