Description Usage Arguments See Also Examples
Convert a uts_matrix to a uts_vector by dropping all uts_matrix-specific attributes.
| 1 2 | ## S3 method for class 'uts_matrix'
as.uts_vector(x, USE.NAMES = TRUE, ...)
 | 
| x | a  | 
| USE.NAMES | logical. Whether to assign sensible names to the output based on the row and column names of  | 
| ... | further arguments passed to or from methods. | 
uts_matrix for the opposite functionality, i.e. for converting a "uts_vector" to a "uts_matrix".
| 1 2 | as.uts_vector(ex_uts_matrix())
as.uts_vector(ex_uts_matrix(), USE.NAMES=FALSE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.