mkformula {flowWorkspace} | R Documentation |
construct a valid formula to be used by flowViz::xyplot
mkformula(dims, isChar = FALSE)
dims |
a |
isChar |
|
when isChar
is TRUE, return a character, otherwise coerce it as a formula
all.equal(mkformula(c("SSC-A", "FSC-A")),`SSC-A` ~ `FSC-A`)#unamed vecotr all.equal(mkformula(c(x = "SSC-A", y = "FSC-A")),`FSC-A` ~ `SSC-A`)#named vector