count_row_matches: A quick and dirty function to find the frequency of a...

View source: R/util.R

count_row_matchesR Documentation

A quick and dirty function to find the frequency of a configuration within a sample of configurations

Description

XXXX

Usage

count_row_matches(
  tab.query,
  tab.ref,
  drop.query.replicatesQ = T,
  node.names = NULL
)

Arguments

tab.query

The query configuration(s)

tab.ref

The reference configurations to search through

drop.query.replicatesQ

If there are repeated entries in tab.query, drop them so their frequencies aren't double counted

Details

The function will XXXX

Value

The function will XX


npetraco/CRFutil documentation built on Nov. 23, 2023, 11:30 a.m.