fill_mat: Fill matrix with 0 rows or columns as needed

View source: R/scraps_priming_region.R

fill_matR Documentation

Fill matrix with 0 rows or columns as needed

Description

Fill matrix with 0 rows or columns as needed

Usage

fill_mat(x, vec, row = TRUE)

Arguments

x

target matrix

vec

target row(or column) names to ensure exists and in right order

row

if TRUE, target rows, if FALSE, columns

Value

0 filled and ordered matrix


rnabioco/scrapR documentation built on Aug. 14, 2022, 9:38 a.m.