Test if an argument is a mat_byname

is.mat_byname(x)

Arguments

x

the object to be tested

Value

TRUE if x is a mat_byname, FALSE otherwise

Examples

is.mat_byname(matrix(1:2))
#> [1] FALSE
is.mat_byname(mat_byname(1:2))
#> [1] TRUE