powered by
Set a new x-label to the dataset.
set_x_label(dataset, new.x.label)
list representing the dataset from a metabolomics experiment.
string with the x-label.
Returns the dataset with the updated x-label.
# NOT RUN { ## Example of setting a new x-label to the dataset library(specmine.datasets) data(cachexia) cachexia = set_x_label(cachexia, "new x-label") # }
Run the code above in your browser using DataLab