-The method sets a uniform prior distribution on R0 with possible values between zero and \code{kappa}, discretized to a fine grid. The distribution of R0 is then updated sequentially, with one update for each new case count observation. The final estimate of R0 is \code{Rhat}, the mean of the (last) posterior distribution.
-The prior distribution is the initial belief of the distribution of R0; which in this implementation is the uninformative uniform distribution with values between zero and kappa. Users can change the value of kappa only (ie. the prior distribution cannot be changed from the uniform). As more case counts are observed, the influence of the prior distribution should lessen on the final estimate \code{Rhat}.
+The method sets a uniform prior distribution on R0 with possible values between zero and \code{kappa}, discretized to a fine grid.
+The distribution of R0 is then updated sequentially, with one update for each new case count observation.
+The final estimate of R0 is \code{Rhat}, the mean of the (last) posterior distribution.
+The prior distribution is the initial belief of the distribution of R0; which in this implementation is the uninformative uniform
+distribution with values between zero and \code{kappa}. Users can change the value of /code{kappa} only (i.e., the prior distribution
+cannot be changed from the uniform). As more case counts are observed, the influence of the prior distribution should lessen on
+the final estimate \code{Rhat}.