merge.weights_matrix {metasnf}R Documentation

Merge weights_matrix objects

Description

Merge weights_matrix objects

Usage

## S3 method for class 'weights_matrix'
merge(x, y, ...)

Arguments

x

The first weights_matrix object to merge.

y

The second weights_matrix object to merge.

...

Additional arguments (not used).

Value

Error message indicating that the merge function is not applicable to weights_matrix objects.


[Package metasnf version 2.1.2 Index]