man-roxygen/filledcontourview-doc.R

#' @param center optional coordinates (as a list or data frame) of the center of the section view if the model's dimension is > 2.
#' @param axis optional matrix of 2-axis combinations to plot, one by row. The value \code{NULL} leads to all possible combinations i.e. \code{choose(D, 2)}.
#' @param npoints an optional number of points to discretize plot of response  surface and uncertainties.
#' @param col_levels color for the surface.
#' @param col color of the object (use col_* for specific objects).
#' @param levels (number of) contour levels to display.
#' @param lty_levels contour line type.
#' @param col_center color for the section center of the plot (if any).
#' @param lty_center line type for thesection center of the plot (if any).
#' @param mfrow  an optional list to force \code{par(mfrow = ...)} call. The default value  \code{NULL} is automatically set for compact view.
#' @param Xlim an optional list to force x range for all plots. The default value \code{NULL} is automatically set to include all design points.
#' @param ylim an optional list to force y range for all plots.
#' @param Xlab an optional list of string to overload names for X.
#' @param ylab an optional string to overload name for y.
#' @param title an optional overload of main title.
#' @param title_sep customize subtitle with fixed input.
#' @param add to print graphics on an existing window.
#' @param ... optional arguments passed to the first call of \code{filled.contour}.
#' @author Yann Richet, IRSN
IRSN/DiceView documentation built on Dec. 28, 2024, 11:07 a.m.