barplot_label: barplot_label

Description Usage Arguments Examples

Description

Add extra labels to your bar plots at the top or the base.

Usage

1
2
barplot_label(barplotted_variable, labels, bottom = F, TopOffset = 0.5,
  relpos_bottom = 0.1, OverwritePrevPDF = UnlessSpec("b.save.wplots"), ...)

Arguments

barplotted_variable

The variable that you barplotted previously.

labels

Label text.

bottom

Put labels at the bottom of the bars.

TopOffset

Absolute offset from top.

relpos_bottom

Relative offset from bottom.

OverwritePrevPDF

Save the plot immediately with the same name the last wplot* function made (It is stored in plotnameLastPlot variable). Never inserts an mdlink.

...

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

Examples

1
barplot (1:10); barplot_label (1:10, labels =11:2  , bottom = F, TopOffset = 0.5, relpos_bottom = 0.1, ... =  )

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