mukiau: Mukiau - Face the Dark

Description Usage Arguments Examples

Description

Daibutsu bless you.

mukiau

Usage

1
2
3
mukiau(spell = "Why are you using S-JIS?", wrap_width = 25,
  force_wrap = FALSE, size = 12, fontface = "bold", family = "sans",
  colour = "white", x = 0.1, y = 0.7, hjust = 0)

Arguments

spell

text to overlay

wrap_width

width of paragraph

force_wrap

if TRUE, break lines with strictly fixed length of characters

...

text style passed to ggplot2::annotate()

Examples

1
2
3
4
5
6
7
8
9
mukiau()

# wrap
mukiau(wrap_width = 10)

# break words
mukiau(wrap_width = 10, force_wrap = TRUE)

mukiau("\\u306a\\u305c\\u3042\\u306a\\u305f\\u306fCP932\\u306a\\u3069\\u3092\\u4f7f\\u3046\\u306e\\u3067\\u3059\\u304b\\uff1f", wrap_width = 10, force_wrap = TRUE)

yutannihilation/mukiau documentation built on May 4, 2019, 7:46 p.m.