stextGrob: stextGrob

Description Usage Arguments Details Value Author(s) See Also Examples

Description

shadow text

Usage

1
2
3
4
5
  stextGrob(label, r = 0.1, x = unit(0.5, "npc"),
    y = unit(0.5, "npc"), just = "centre", hjust = NULL,
    vjust = NULL, rot = 0, check.overlap = FALSE,
    default.units = "npc", name = NULL, gp = gpar(),
    vp = NULL)

Arguments

label

see textGrob

r

blur radius

x

see textGrob

y

see textGrob

just

see textGrob

hjust

see textGrob

vjust

see textGrob

rot

see textGrob

check.overlap

see textGrob

default.units

see textGrob

name

see textGrob

gp

see textGrob

vp

see textGrob

Details

adds a blurred white version of a label below the text

Value

gTree

Author(s)

Baptiste Auguie

See Also

Other grob userlevel: arcTextGrob, barbedGrob, borderGrob, colorstripGrob, ebimageGrob, ellipseGrob, interleaven, ngonGrob, patternGrob, pixmapGrob, rpatternGrob, tableGrob, virtualGrob

Examples

1
2
grid.rect(gp=gpar(fill="grey"))
grid.stext("test")

ttriche/oldGridExtra documentation built on June 1, 2019, 2:51 a.m.