concat_fml_dots: Concatenates formula(s) to varargs of dots

concat_fml_dotsR Documentation

Concatenates formula(s) to varargs of dots

Description

Concatenates formula(s) to varargs of dots

Usage

concat_fml_dots(fmls = NULL, fml_nms = NULL, dots = NULL, anal_type = "zzz")

Arguments

fmls

A character vector of formula(s)

fml_nms

A character vector containing the names of fmls.

dots

A character vector of formula(s) in dots

anal_type

Character string; the type of analysis that are preset for method dispatch in function factories. The value will be determined automatically. Exemplary values include anal_type = c("PCA", "Corrplot", "EucDist", "GSPA", "Heatmap", "Histogram", "MDS", "Model", "NMF", "Purge", "Trend", "LDA", ...).


qzhang503/proteoQ documentation built on March 16, 2024, 5:27 a.m.