R/expandCovs.R

Defines functions expandCovs

Documented in expandCovs

##' Create data set where each covariate is univariately varied (see `forestDefineCovs()`)
##' 
##' @param ... Passed to `forestDefineCovs()`
##' @export
##' @return A data.frame
## Deprecated with NMsim 0.2.1

expandCovs <- function(...){

    ## .Deprecated("forestDefineCovs")
    message("`expandCovs()` has been renamed to `(forestDefineCovs)`. `expandCovs()` still works to ensure backward-compatibility.")
    
    forestDefineCovs(...)

}

Try the NMsim package in your browser

Any scripts or data that you put into this service are public.

NMsim documentation built on Sept. 9, 2025, 5:33 p.m.