subsetByCategory: Subset an mhData object based on string pattern matching

View source: R/visualisation.r

subsetByCategoryR Documentation

Subset an mhData object based on string pattern matching

Description

Subset an mhData object based on string pattern matching on the column for 'categories'

Usage

subsetByCategory(logMh, pattern = "Initial.*|Shuffling.*")

Arguments

logMh

an mhData object

pattern

a pattern suitable for use by str_detect, for instance 'Initial.*|Reflec.*|Contrac.*|Add.*'

Value

an mhData object


jmp75/mhplot documentation built on Feb. 4, 2023, 9:31 p.m.