R/design.R

##' Design matrices for pomp calculations
##'
##' These functions are useful for generating designs for the exploration of parameter space.
##'
##' @name design
##' @rdname design
##' @concept search design
##'
##' @author Aaron A. King
##'
##' @param ...
##' In \code{profile_design}, additional arguments specify the parameters over which to profile and the values of these parameters.
##' In \code{slice_design}, additional numeric vector arguments specify the locations of points along the slices.
##' 
##' @example examples/design.R
##' 
NULL
kingaa/pomp documentation built on April 24, 2024, 11:25 a.m.