as.uts_vector.uts_matrix: Convert uts_matrix to uts_vector

Description Usage Arguments See Also Examples

View source: R/uts_vector.R

Description

Convert a uts_matrix to a uts_vector by dropping all uts_matrix-specific attributes.

Usage

1
2
## S3 method for class 'uts_matrix'
as.uts_vector(x, USE.NAMES = TRUE, ...)

Arguments

x

a "uts_matrix" object.

USE.NAMES

logical. Whether to assign sensible names to the output based on the row and column names of x.

...

further arguments passed to or from methods.

See Also

uts_matrix for the opposite functionality, i.e. for converting a "uts_vector" to a "uts_matrix".

Examples

1
2

andreas50/utsMultivariate documentation built on Sept. 27, 2021, 10:33 p.m.