View source: R/plotMDFR.Bars.R
| plotMDFR.Bars | R Documentation | 
Function to plot a melted dataframe using a barchart format.
plotMDFR.Bars(
  mdfr,
  x = NULL,
  value.var = "val",
  agg.formula = NULL,
  agg.function = sum,
  ...,
  colour = NULL,
  fill = NULL,
  faceting = NULL,
  position = "dodge",
  xlab = "",
  ylab = "",
  units = "",
  lnscale = FALSE,
  title = "",
  guideTitleColour = NULL,
  guideTitleFill = NULL,
  showPlot = FALSE
)
| mdfr | 
 | 
| x | 
 | 
| value.var | 
 | 
| agg.formula | 
 | 
| agg.function | 
 | 
| ... | 
 | 
| colour | 
 | 
| fill | 
 | 
| faceting | 
 | 
| position | 
 | 
| xlab | 
 | 
| ylab | 
 | 
| units | 
 | 
| lnscale | 
 | 
| title | 
 | 
| guideTitleColour | 
 | 
| guideTitleFill | 
 | 
| showPlot | 
 | 
uses reshape2 package.
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.