diff --git a/man/crossTab-scPred-method.Rd b/man/crossTab-scPred-method.Rd index e7a457f..35dce79 100644 --- a/man/crossTab-scPred-method.Rd +++ b/man/crossTab-scPred-method.Rd @@ -16,7 +16,7 @@ \item{pred}{Column name in \code{predMeta} slot that corresponds to the predicted classes if they have been assigned independently from the \code{scPredict()} function} -\item{fill}{Value to fill contingency table ff unique cell classes from the true and the +\item{fill}{Value to fill contingency table ff unique cell classes from the true and the predicted columns do not match.} \item{prop}{Return proportions or counts? Default: proportions} diff --git a/man/crossTab.Rd b/man/crossTab.Rd index 2229f73..a8d5fd5 100644 --- a/man/crossTab.Rd +++ b/man/crossTab.Rd @@ -15,7 +15,7 @@ crossTab(object, true, pred = NULL, fill = 0, prop = TRUE, \item{pred}{Column name in \code{predMeta} slot that corresponds to the predicted classes if they have been assigned independently from the \code{scPredict()} function} -\item{fill}{Value to fill contingency table ff unique cell classes from the true and the +\item{fill}{Value to fill contingency table ff unique cell classes from the true and the predicted columns do not match.} \item{prop}{Return proportions or counts? Default: proportions}