rbind.weights_matrix {metasnf}R Documentation

Row-bind weights matrices

Description

Vertically stack two or more weights_matrix class objects.

Usage

## S3 method for class 'weights_matrix'
rbind(...)

Arguments

...

An arbitrary number of weights_matrix class objects.

Value

A weights_matrix class object.


[Package metasnf version 2.1.2 Index]