Learn R Programming

metasnf (version 2.1.2)

merge.weights_matrix: Merge weights_matrix objects

Description

Merge weights_matrix objects

Usage

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

Value

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

Arguments

x

The first weights_matrix object to merge.

y

The second weights_matrix object to merge.

...

Additional arguments (not used).