Learn R Programming

universals (version 0.0.1)

pdims: Parameter Dimensions

Description

Gets the dimensions of each parameter of an object.

Usage

pdims(x, ...)

Arguments

x

An object.

...

Other arguments passed to methods.

Value

A named list of integer vectors of the dimensions of each parameter.

See Also

Other dimensions: dims(), ndims(), npdims()

Examples

Run this code
# NOT RUN {
pdims.foobar <- function(x, ...) {
  NotYetImplemented()
  # replace with code to get pdims for an object of class 'foobar'
}
# }

Run the code above in your browser using DataLab