Skip to content

Commit

Permalink
update ellipse position parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
OldLipe committed Apr 26, 2024
1 parent f9464f6 commit 75739d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions R/sits_cube_copy.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
#' }
#'
#' @export
sits_cube_copy <- function(cube,
sits_cube_copy <- function(cube, ...,
roi = NULL,
res = NULL,
n_tries = 3,
multicores = 2L,
output_dir,
progress = TRUE, ...) {
progress = TRUE) {
# Set caller for error msgs
.check_set_caller("sits_cube_copy")
# Pre-conditions
Expand Down
8 changes: 4 additions & 4 deletions man/sits_cube_copy.Rd

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

0 comments on commit 75739d5

Please sign in to comment.