| var {FLCore} | R Documentation |
var computes the variance of an FLPar object along the
first dimension (iter) returning a value for each column (param)
By default, arguments na.rm and use have values of FALSE and
'all.obs' respectively. See the var help page for more
information on possible argument values.
var(x, y, na.rm, use)
The FLR Team
flp <- FLPar(rnorm(200), params=c('a', 'b'))
var(flp)