Skip to contents

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.