wplot_save_this: wplot_save_this

Description Usage Arguments Examples

Description

Save the currently active graphic device (for complicated plots). Insert links to your markdown report, set by "path_of_report". Name the file by naming the variable!

Usage

1
2
wplot_save_this(plotname = ww.autoPlotName(), ...,
  w = UnlessSpec("b.defSize", 7), h = w, mdlink = F)

Arguments

plotname

Title of the plot (main parameter) and also the name of the file.

...

Pass any other parameter of the corresponding plotting function (most of them should work).

w

Width of the saved pdf image, in inches.

h

Height of the saved pdf image, in inches.

mdlink

Insert a .pdf and a .png image link in the markdown report, set by "path_of_report".

Examples

1
wplot_save_this (plotname = date(), col = gold1, ... =  , w = 7, h = w, mdlink = F, ManualName = FALSE)

vertesy/MarkdownReports.v2.9.5 documentation built on May 22, 2019, 4 p.m.