pars2dim-methods: Check that the second dimension in params is "iter"

pars2dimR Documentation

Check that the second dimension in params is "iter"

Description

Checks that the name of the second dimension in params is "iter". For internal use, not very interesting for users. It takes a FLModelSim object and returns a logical.

Usage

pars2dim(object)

## S4 method for signature 'FLModelSim'
pars2dim(object)

## S4 method for signature 'FLPar'
pars2dim(object)

Arguments

object

object of relevant class (see signature of method)

pars2dim

Checks that the name of the second dimension in params is "iter". For internal use and not very interesting for users. It takes an FLPar object and returns a logical.

Examples

pars2dim(FLModelSim())
#Example use of pars2dim:
pars2dim(FLPar())
pars2dim(FLPar(array(dim=c(1,1,1))))

flr/FLa4a documentation built on June 4, 2023, 11:05 a.m.