change_labels | R Documentation |
Change names of factors in graph_data to change labels in plot objects
change_labels(graph_data, treatment = NULL, treatment_labels = NULL,
sample_labels = NULL, classification = NULL, classification_labels = NULL)
graph_data |
A |
treatment |
name of the column defined as the treatment. |
treatment_labels |
a vector of names to be used as labels for treatments/facets. |
sample_labels |
a vector of names to be used as labels for Samples. |
classification |
name of the column defined as the classification. |
classification_labels |
a vector of names to be used as labels for the taxonomic classifications. |
data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.