R/def.coneproj.R

Defines functions def.coneproj

################################################################################
#
# Default parameters for coneproj
#
################################################################################

def.coneproj <- function(qp_pars){
  defpars <- list(msg = TRUE)
  utils::modifyList(defpars, qp_pars)
}

Try the cgaim package in your browser

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

cgaim documentation built on June 30, 2025, 9:07 a.m.