Grafik werden als PDF oder Windows-Metafile speichern. Die Funktion Abb() beinhaltet den Pfad. Die Funktion arbeitet ueber R2HTML::HTMLplot()
| 1 2 3 4 5 6 7 8 | SaveData(
  caption = "",
  w = dev.size("in")[1],
  h = dev.size("in")[2],
  filename = "",
  save_plot = TRUE,
  output = which_output()
)
 | 
| caption | Grafik Abbildung caption=data, | 
| w, h | Width, Height, an HTMLplot default = 520, Breite der Grafik also zb w=8=dev.size("in")[2], h=dev.size("in")[1] Hoehe der Grafik also zb h=8 | 
| filename | Daten oder Character fuer die speicherung einer Grafik | 
| save_plot | speichern als file = TRUE, | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.