Prepare phi vectors for writing as a data frame
expand_phi_vecs.Rd
The Phivecs target is a matsindf
data frame
that contains a column of phi vectors.
But another common data format is a simple data frame.
This function converts the Phivecs matsindf data frame to
a data table.
Usage
expand_phi_vecs(
phi_vecs,
machine = "Machine",
phi = "phi",
matnames = "matnames",
matvals = "matvals",
rownames = "rownames",
colnames = "colnames",
rowtypes = "rowtypes",
coltypes = "coltypes"
)