From 2481f31c70dc25e4fa4a6e66ea79e7f10aca9301 Mon Sep 17 00:00:00 2001 From: Chris Black Date: Mon, 29 Jul 2024 09:52:57 -0700 Subject: [PATCH] typo --- modules/allometry/R/allom.predict.R | 2 +- modules/allometry/man/allom.predict.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/allometry/R/allom.predict.R b/modules/allometry/R/allom.predict.R index 5dc032caa9..2423fc283d 100644 --- a/modules/allometry/R/allom.predict.R +++ b/modules/allometry/R/allom.predict.R @@ -25,7 +25,7 @@ #' @param n Number of Monte Carlo samples. Defaults to the same number as in the MCMC object #' @param use c('Bg','mu','best') #' @param interval c('none','confidence','prediction') default is prediction -#' @param single.tree logical: Is this a DBH time series from one indidual tree? +#' @param single.tree logical: Is this a DBH time series from one individual tree? #' If TRUE, will use a fixed error for all draws. #' #' @return matrix of Monte Carlo predictions that has n rows and one column per DBH diff --git a/modules/allometry/man/allom.predict.Rd b/modules/allometry/man/allom.predict.Rd index 0c11064a54..031510f250 100644 --- a/modules/allometry/man/allom.predict.Rd +++ b/modules/allometry/man/allom.predict.Rd @@ -36,7 +36,7 @@ Can be NULL if only one PFT/species exists, otherwise needs to the same length a \item{interval}{c('none','confidence','prediction') default is prediction} -\item{single.tree}{logical: Is this a DBH time series from one indidual tree? +\item{single.tree}{logical: Is this a DBH time series from one individual tree? If TRUE, will use a fixed error for all draws.} } \value{