internal_list_to_matrix {dRiftDM} | R Documentation |
Turn an internal list to a matrix
Description
this function wrangles the internal list to character matrix to show how each parameter relates across conditions
Usage
internal_list_to_matrix(internal_list)
Arguments
internal_list |
the internal list of a flex_prms object |
Value
a character matrix with all parameter labels (columns) and conditions (rows)
[Package dRiftDM version 0.2.1 Index]