demo.adj: Demo of Graphical Parameter "adj"

View source: R/demo.R

demo.adjR Documentation

Demo of Graphical Parameter "adj"

Description

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

Usage

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)  


KWB-R/kwb.plot documentation built on Oct. 2, 2023, 10:16 p.m.