multi_hist
#' Function to plot the histograms for all the variables in dat
multi_hist(dat, color = MiMIR::c21, scaled = FALSE)
dat
: data.frame or matrix with the variables to plotcolor
: colors selected for all the variablesscaled
: logical to z-scale the variablesplotly image with the histograms for all the variables in dat
library(plotly) library(MiMIR) #load the dataset metabolic_measures <- synthetic_metabolic_dataset multi_hist(metabolic_measures[,MiMIR::metabolites_subsets$MET14], scaled=T)
Useful links