R/pdims.R

Defines functions pdims

Documented in pdims

#' Parameter Dimensions
#'
#' Gets the dimensions of each parameter of an object.
#'
#' @inheritParams params
#' @return A named list of integer vectors of the dimensions of each parameter.
#' @family dimensions
#' @export
pdims <- function(x, ...) UseMethod("pdims")

Try the universals package in your browser

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

universals documentation built on Sept. 22, 2022, 5:07 p.m.