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.

pars2dim(object)

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

# S4 method for class '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())
#> [1] TRUE
#Example use of pars2dim:
pars2dim(FLPar())
#> [1] TRUE
pars2dim(FLPar(array(dim=c(1,1,1))))
#> [1] FALSE