View source: R/addFactorInterations.R
addFactorInteractions | R Documentation |
Adds a categorical variable to the data slot of a protdata
that is a combination of two or more exisiting factor variables.
addFactorInteractions(protdata, basecols, name = NULL)
protdata |
A |
basecols |
The name of the columns in the existing data on which you base your new column. |
name |
The name of the new variable. If no name is provided (default: |
A protdata
object with an added column in its data slot containing the new variable.
#.........
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.