Convert an object to a tidy_layout for a SEM graph.

as.layout(x)

Arguments

x

Object to convert to a tidy_layout. The default argument reads a selected matrix from the clipboard. To use this functionality, specify your layout in a spreadsheet program, select the block of cells, and copy it to the clipboard.

Value

Object of class 'tidy_layout'

Examples

if (FALSE) { if(interactive()){ #EXAMPLE1 } }