Skip to content

Commit

Permalink
marked .Slopecalc as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-evens committed Jan 23, 2024
1 parent 9aab1fd commit 5175741
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/Slopecalc.r
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@
#' @param CC Constant
#' @param CBH Crown Base Height (m)
#' @param ISI Initial Spread Index
#' @param output Type of variable to output (RAZ/WSV, default=RAZ)
#'
#' @returns RAZ or WSV
#' - Rate of spread azimuth (degrees) or Wind Slope speed (km/hr)
#' @returns RAZ and WSV
#' - Rate of spread azimuth (degrees) and Wind Slope speed (km/hr)
#'
#' @noRd
#'
Expand Down Expand Up @@ -331,6 +330,7 @@ slope_adjustment <- function(
.Slopecalc <- function(
FUELTYPE, FFMC, BUI, WS, WAZ, GS, SAZ, FMC, SFC, PC, PDF, CC, CBH, ISI,
output = "RAZ") {
.Deprecated("slope_adjustment")
# output options include: RAZ and WSV

# check for valid output types
Expand Down

0 comments on commit 5175741

Please sign in to comment.