Skip to content

Commit

Permalink
fix missing params in sits_merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertocamara committed Apr 30, 2024
1 parent 8ad3c8a commit 5875f92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions R/sits_merge.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 15,11 @@
#' or data cube (tibble of class "raster_cube") .
#' @param data2 Time series (tibble of class "sits")
#' or data cube (tibble of class "raster_cube") .
#'
#' @param ... Additional parameters
#' @param tolerance Allowable amount of variation in time interval
#' between two dates of cubes to be merged
#' @param output_dir Directory where transformed images will be saved
#' @param suffix If there are duplicate bands in data1 and data2
#' these suffixes will be added
#' (character vector).
Expand Down
1 change: 0 additions & 1 deletion man/sits-package.Rd

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

0 comments on commit 5875f92

Please sign in to comment.