Description Usage Arguments Value Examples
Convert any list format to the convenient one
1 | to_x_from_list(scores, x)
|
scores |
list to reformat |
x |
character, desired format |
scores in desired format
1 2 3 4 5 | data(graph_toy)
x_v <- diffuStats:::to_x_from_list(
diffuStats:::to_list(graph_toy$input_vec), "vector")
x_m <- diffuStats:::to_x_from_list(
diffuStats:::to_list(graph_toy$input_vec), "matrix")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.