resizingTextGrob: draw scalable text in grid context

Usage Arguments Examples

Usage

1
resizingTextGrob(..., scale.fact = 1)

Arguments

...
scale.fact

Examples

1
2
3
4
5
6
7
8
9
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (..., scale.fact = 1) 
{
    grob(tg = textGrob(...), cl = "resizingTextGrob", scale.fact = scale.fact)
  }

tim-salabim/Rtography documentation built on May 31, 2019, 1:46 p.m.