geometry_reflect: Reflect positions around an axis.

Description Usage Arguments Examples

Description

Reflect positions around an axis.

Usage

1
geometry_reflect(geom, dir = c("x", "y"))

Arguments

geom

A geometry data frame.

dir

Direction in which to reflect. One of "x" and "y". (Specifying "x" will flip the x values about the y axis.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12

rstudio/gggeom documentation built on May 28, 2019, 4:35 a.m.