Nothing
## This file was created automatically, do not edit by hand.
#' @param ifile1,ifile2,ifile3 Strings with the path to the input files.
#' @param ofile String with the path to the output file.
#' @param p FLOAT - Percentile number in \{0, ..., 100\}
#'
#' @export
#' @rdname daypctl
cdo_daypctl <- function(ifile1, ifile2, ifile3, p = NULL, ofile = NULL) {
cdo(operator = operators$daypctl,
input = list(ifile1, ifile2, ifile3),
params = list(p = p),
output = c(ofile)
)
}
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.