# NOT RUN {
## Example of setting new x-values to the dataset
library(specmine.datasets)
data(cachexia)
new.xvalues = 1:63
cachexia = set_x_values(cachexia, new.xvalues, new.x.label = NULL)
# }
Run the code above in your browser using DataLab