Skip to content

Commit

Permalink
update return documentation #17
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMelloy committed Jul 27, 2024
1 parent bc75d8f commit e43cf32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions R/read_sb_growth_parameter.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
#' @param target_res desired spatial resolution. `target_res` should be equal to
#' or larger than the actual resolution of the images expressed in meters.
#'
#' @return `param_list:` list containing parameters that are necessary to calculate
#' `r`, the growth rate.
#' @return `SpatRast` with a layer for each input layer. Each layer contains is
#' named according to the `img_dates`. The output `SpatRast` is suitable for
#' input in `calc_r_x0()`
#'
#' @export
#'
Expand Down
5 changes: 3 additions & 2 deletions man/read_sb_growth_parameter.Rd

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

0 comments on commit e43cf32

Please sign in to comment.