diff --git a/R/indicator_psdtype.R b/R/indicator_psdtype.R index 482d5129..1847abde 100644 --- a/R/indicator_psdtype.R +++ b/R/indicator_psdtype.R @@ -12,7 +12,7 @@ #' the patches contained in a matrix. The distributions are returned with #' their corresponding AIC, BIC and AICc to select the best fit. #' -#' @param x A logical (TRUE/FALSE values) matrix or a list of these. +#' @param x A logical (\code{TRUE}/\code{FALSE} values) matrix or a list of these. #' #' @param xmin The xmin to be used to fit the patch size distributions. Use #' the special values "estimate" to use an estimated xmin for each fit diff --git a/man/indicator_psdtype.Rd b/man/indicator_psdtype.Rd index b55d7722..027f4282 100755 --- a/man/indicator_psdtype.Rd +++ b/man/indicator_psdtype.Rd @@ -16,7 +16,7 @@ indicator_psdtype( ) } \arguments{ -\item{x}{A logical (TRUE/FALSE values) matrix or a list of these.} +\item{x}{A logical (\code{TRUE}/\code{FALSE} values) matrix or a list of these.} \item{xmin}{The xmin to be used to fit the patch size distributions. Use the special values "estimate" to use an estimated xmin for each fit}