Skip to content

Commit

Permalink
clarify doc titles for anlz_trndseason and show_trndseason
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Dec 15, 2023
1 parent 71b3bce commit c44b6b5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions R/anlz_trndseason.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Estimate seasonal rates of change based on average estimates
#' Estimate rates of change based on seasonal metrics
#'
#' Estimate seasonal rates of change based on average estimates
#' Estimate rates of change based on seasonal metrics
#'
#' @param mod input model object as returned by \code{\link{anlz_gam}}
#' @param metfun function input for metric to calculate, e.g., \code{mean}, \code{var}, \code{max}, etc
Expand Down
4 changes: 2 additions & 2 deletions R/show_trndseason.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Plot seasonal rates of change based on average estimates
#' Plot rates of change based on seasonal metrics
#'
#' Plot seasonal rates of change based on average estimates
#' Plot rates of change based on seasonal metrics
#'
#' @inheritParams anlz_trndseason
#' @param type chr string indicating if log slopes are shown (if applicable)
Expand Down
4 changes: 2 additions & 2 deletions man/anlz_trndseason.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/show_trndseason.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c44b6b5

Please sign in to comment.