Demonstration of the effect of the graphical parameter "adj" (horizontal and vertical adjustment)

demo.adj(text = "Text", srt = c(0, 90), cex = 1, ...,
  to.pdf = FALSE)

Arguments

text

text to be plotted

srt

The string rotation in degrees (see par)

cex

character expansion factor

further arguments passed to text

to.pdf

if TRUE the output goes into a PDF file

Examples

kwb.plot::demo.adj()
kwb.plot::demo.adj("Exampletext", srt = 30)
#kwb.plot::demo.adj(srt = c(0, 45, 90), to.pdf = TRUE)