minibar(
value,
max = NULL,
barcol = "#CCCCCC",
bg = "transparent",
width = 1,
height = 0.2,
unit = "in"
)
Arguments
values containing the bar size
max bar size
bar color
background color
size of the resulting png file in inches
unit for width and height, one of "in", "cm", "mm".
This chunk option requires package officedown in a R Markdown context with Word output format.
PowerPoint cannot mix images and text in a paragraph, images are removed when outputing to PowerPoint format.
See alsoOther chunk elements for paragraph: as_b()
, as_bracket()
, as_chunk()
, as_equation()
, as_highlight()
, as_i()
, as_image()
, as_sub()
, as_sup()
, as_word_field()
, colorize()
, gg_chunk()
, grid_chunk()
, hyperlink_text()
, linerange()
, plot_chunk()
ft <- flextable(head(iris, n = 10))
ft <- compose(ft,
j = 1,
value = as_paragraph(
minibar(value = Sepal.Length, max = max(Sepal.Length))
),
part = "body"
)
ft <- autofit(ft)
ft
Sepal.Length
Sepal.Width
Petal.Length
Petal.Width
Species
3.5
1.4
0.2
setosa
3.0
1.4
0.2
setosa
3.2
1.3
0.2
setosa
3.1
1.5
0.2
setosa
3.6
1.4
0.2
setosa
3.9
1.7
0.4
setosa
3.4
1.4
0.3
setosa
3.4
1.5
0.2
setosa
2.9
1.4
0.2
setosa
3.1
1.5
0.1
setosa
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4