Christian Thomann
Results
1
issues of
Christian Thomann
Using BERT, I've written a function to plot data with the two columns "Filename" and "Value" in a Bargraph Bert Plot-Function using ggplot2: ------------------------------------------------------------------------------------------------ MakeBargraphDiscrete = function(PlotData, label=NULL){ BERT.graphics.device(cell=T); PlotData...