minimum | R Documentation |
minimum
finds the minimum of two factors, i.e. the finest factors that is coarser than both of the factors.
minimum(x, y, concatenate.names = TRUE)
x |
vector that will be interpreted as a factor. |
y |
vector that will be interpreted as a factor. |
concatenate.names |
boolean. If |
A factor with the minimum.
Bo Markussen
x <- rep(c("boy","girl","adult","adult"),4) y <- rep(c("child","child","man","woman"),4) minimum(x,y) minimum(x,y,FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.