R/tvdmss.R

Defines functions tvd_mss

Documented in tvd_mss

#' @describeIn tvdmss Deprecated function. Use \code{tvdmss} instead.
#' @export
tvd_mss <- function(data,
                    emp_factor_mss = 1.5,
                    emp_factor_tvd = 1.5,
                    central_region_tvd = 0.5){

  .Deprecated("tvdmss")
  tvd_obj <- tvdmss(dts = data, emp_factor_mss, emp_factor_tvd, central_region_tvd)
  return(tvd_obj)



}
otsegun/fdalite documentation built on Oct. 20, 2023, 12:30 a.m.