pars2dim | R Documentation |
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 signature 'FLModelSim'
pars2dim(object)
## S4 method for signature 'FLPar'
pars2dim(object)
object |
object of relevant class (see signature of method) |
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
.
pars2dim(FLModelSim())
#Example use of pars2dim:
pars2dim(FLPar())
pars2dim(FLPar(array(dim=c(1,1,1))))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.