Description Usage Arguments Examples
selects rows and columns that meet certain conditions determined by varCat1 and value
1 | RowColumnSelector(df_m, varCat1, value, ni = 1, nf = 10)
|
ni, nf: |
first and last columns corresponding to categorical variables (default values, ni=1, nf=10) |
df_m: |
dataframe containing peaks and metadata |
varCat1: |
selected categorical variable |
value: |
chosen level of varCat1 |
1 | filtered<-RowColumnSelector(df_Peaks, varCat1="Taxonomie", value="Pediococcus pentosaceus")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.