Description Usage Arguments Value Author(s)
View source: R/visualization_functions.R
This function generates boxplots + stripcharts of selected feature(s). Data are stratified by user defined conditions.
1 2 3 4 5 6 7 8 | plot_features(
rdr = NULL,
feature_names = NULL,
conditions = NULL,
which_data = "scaled",
max_range = F,
user_range = NULL
)
|
rdr |
A RadAR object (class |
feature_names |
(character) Which feature(s) should be plotted. Available feature names are
obtained by |
conditions |
(numeric, character) Vector of labels specifying conditions for each sample in rdr.
Should have the same length of |
which_data |
(character) Which data use for plot. It can be one of the following: "normal", "scaled", "normalized". |
max_range |
(logical) Should plot(s) be ranged between min and max values? |
user_range |
(numeric) A vector of length 2 reporting min and max ylim values. |
none
Matteo Benelli (matteo.benelli@uslcentro.toscana.it)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.