ggla_highlightarea: ggla_highlightarea

Description Usage Arguments See Also Examples

View source: R/ggla_highlightarea.R

Description

Add a shaded rectangle behind a plot.

Usage

1
2
3
4
5
6
7
ggla_highlightarea(
  xmin = -Inf,
  xmax = Inf,
  ymin = -Inf,
  ymax = Inf,
  gla_theme = "default"
)

Arguments

xmin

lower x-extent of highlighted area, Default: -Inf

xmax

higher x-extent of highlighted area, Default: Inf

ymin

lower y-extent of highlighted area, Default: -Inf

ymax

higher y-extent of highlighted area, Default: Inf

gla_theme

Either "default" or "inverse", Default: 'default'

See Also

annotate

Examples

1
2
3
4
5
6
## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

Greater-London-Authority/gglaplot documentation built on Dec. 28, 2021, 8:27 p.m.