| plotMDFR.XY | R Documentation | 
Function to plot a melted dataframe using an xy plot format.
plotMDFR.XY(
  mdfr,
  x = NULL,
  value.var = "val",
  agg.formula = NULL,
  agg.function = sum,
  ...,
  colour = NULL,
  fill = NULL,
  linetype = NULL,
  shape = NULL,
  dodge = 0,
  facet_grid = NULL,
  facet_wrap = NULL,
  nrow = NULL,
  ncol = NULL,
  dir = "h",
  scales = "fixed",
  xlim = NULL,
  ylim = NULL,
  xlab = "",
  ylab = "",
  units = "",
  lnscale = FALSE,
  title = "",
  guideTitleColour = NULL,
  guideTitleFill = NULL,
  guideTitleLineType = NULL,
  guideTitleShape = NULL,
  plotPoints = TRUE,
  plotLines = TRUE,
  plotABline = FALSE,
  abline = list(intercept = 0, slope = 1, colour = "black", linetype = 3, size = 1, alpha
    = 0.8),
  colour_scale = NULL,
  fill_scale = NULL,
  showPlot = FALSE
)
| mdfr | 
 | 
| x | 
 | 
| value.var | 
 | 
| agg.formula | 
 | 
| agg.function | 
 | 
| ... | 
 | 
| colour | 
 | 
| fill | 
 | 
| linetype | 
 | 
| shape | 
 | 
| dodge | 
 | 
| facet_grid | 
 | 
| facet_wrap | 
 | 
| nrow | 
 | 
| ncol | 
 | 
| dir | 
 | 
| scales | 
 | 
| xlim | 
 | 
| ylim | 
 | 
| xlab | 
 | 
| ylab | 
 | 
| units | 
 | 
| lnscale | 
 | 
| title | 
 | 
| guideTitleColour | 
 | 
| guideTitleFill | 
 | 
| guideTitleLineType | 
 | 
| guideTitleShape | 
 | 
| plotPoints | 
 | 
| plotLines | 
 | 
| plotABline | 
 | 
| abline | 
 | 
| colour_scale | 
 | 
| fill_scale | 
 | 
| showPlot | 
 | 
uses reshape2 package.
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.