| placeFigure | R Documentation | 
Places figure appropriately within file with caption.
placeFigure(
    files,
    rows=1,
    columns=1,
    figure.id=NULL,
    caption=NULL,
    caption.position="top",
    pdf.width=NULL,
    html.width=NULL,
    page.break=FALSE,
    normalize.path=FALSE
  )
files | 
 Character string of files in which figures are placed.  Multiple files will be put in a   | 
rows | 
 Postive integer, defaults to 1.  | 
columns | 
 Positive integer defining number of columsns, defaults to 1.  | 
figure.id | 
 Figure identifier.  | 
caption | 
 Figure caption.  | 
caption.position | 
 Figure caption position. Either ‘top’ (the default) or ‘bottom’.  | 
pdf.width | 
 The width of the PDF output.  | 
html.width | 
 The width of the HTML output (if single image in the figure - ignored for multiple image grid).  | 
page.break | 
 Boolean variable indicating whether there should be page breaks (defaults to FALSE).  | 
normalize.path | 
 Boolean variable indicating whether the should paths in   | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.