Nothing
## This file was created automatically, do not edit by hand.
#' Time interpolation
#'
#' This module performs linear interpolation between timesteps. Interpolation is only performed if both values exist. If both values are missing values, the result is also a missing value. If only one value exists, it is taken if the time weighting is greater than or equal to 0.5. So no new value will be created at existing time steps, if the value is missing there.
#'
#' @details
#' inttime Interpolation between timesteps
#' This operator creates a new dataset by linear interpolation between timesteps.
#' The user has to define the start date/time with an optional increment.
#' intntime Interpolation between timesteps
#' This operator performs linear interpolation between timesteps.
#' The user has to define the number of timesteps from one timestep to the next.
#'
#'
#'
#'
#' @returns
#' Operators that output one or more files return a character vector to the
#' output files.
#'
#' Operators that output an indefinite number of files return a string with the
#' basename of the files.
#'
#' Operatos that don't return filenames return a character vector with the
#' string output.
#' @name inttime
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.