Hey @kassambara,
Here, I replicated the original plotting functions with little modification to handle the multiple samples. When possible, the data from multiple samples are overlayed on a single graph and otherwise on multiple facets (when there is more than one line in a one sample plot).
As with plotting the single file modules, the function qc_plot_collection dispatches on the appropriate class qc_read_colleciton and calls the internals corresponding to the input of the argument modules.
There had to be some copy and paste involved, as I tried to keep the new code in separate files.
Thanks for taking the time to read my suggestions.
Hey @kassambara, Here, I replicated the original plotting functions with little modification to handle the multiple samples. When possible, the data from multiple samples are overlayed on a single graph and otherwise on multiple facets (when there is more than one line in a one sample plot). As with plotting the single file modules, the function
qc_plot_collection
dispatches on the appropriate classqc_read_colleciton
and calls the internals corresponding to the input of the argumentmodules
. There had to be some copy and paste involved, as I tried to keep the new code in separate files. Thanks for taking the time to read my suggestions.