sort_Flist: Sort a list of F-matrices

View source: R/dictionary_order.R

sort_FlistR Documentation

Sort a list of F-matrices

Description

Sort a list of F-matrices

Usage

sort_Flist(
  F.list,
  n = ncol(F.list[[1]]) + 1,
  return_dist = FALSE,
  precomp = precomp_bal_unb_kin(n),
  tol = 1e-08
)

Arguments

F.list

RSamyak/fmatrix documentation built on May 31, 2024, 12:29 a.m.