Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
appelmar committed Mar 4, 2024
1 parent f2185fc commit dd69666
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions R/window.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#' Apply a moving window operations over the time dimension of a data cube
#' Apply a moving window operation over the time dimension of a data cube
#'
#' Create a proxy data cube, which applies one ore more moving window functions to selected bands over pixel time series of a data cube.
#' The fuction can either use a predefined agggregation function or apply a custom convolution kernel.
#' The function can either apply a built-in aggregation function or apply a custom one-dimensional
#' convolution kernel.
#'
#' @param x source data cube
#' @param kernel numeric vector with elements of the kernel
Expand Down Expand Up @@ -42,7 +43,7 @@
#' Notice that expressions have a very simple format: the reducer is followed by the name of a band in parantheses. You cannot add
#' more complex functions or arguments.
#'
#' Possible reducers currently are "min", "max", "sum", "prod", "count", "mean", "median".
#' Possible reducers include "min", "max", "sum", "prod", "count", "mean", and "median".
#'
#'
#' @export
Expand Down
7 changes: 4 additions & 3 deletions man/window_time.Rd

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

0 comments on commit dd69666

Please sign in to comment.