ggla_labelline: ggla_labelline

Description Usage Arguments See Also Examples

View source: R/ggla_labelline.R

Description

Add a dotted line labelled a specific point

Usage

1
2
3
4
5
6
7
ggla_labelline(
  x1 = NULL,
  x2 = NULL,
  y1 = NULL,
  y2 = NULL,
  gla_theme = "default"
)

Arguments

x1

starting x-value, not needed for lines perpendicular to x-axis, Default: NULL

x2

final x-value, only needed lines which aren't perpendicular or parallel to axis, Default: NULL

y1

starting y-value, not needed for lines perpendicular to y-axis, Default: NULL

y2

final y-value, only needed lines which aren't perpendicular or parallel to axis, Default: NULL

gla_theme

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

See Also

geom_abline geom_segment

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.