geom_arcpoint: Arcpoint Geom

Description Usage Arguments Aesthetics

View source: R/geom-arcpoint.R

Description

Geom function for draw points on a arc canvas.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
geom_arcpoint(
  mapping = NULL,
  data = NULL,
  inherit.aes = TRUE,
  jitter = NULL,
  r0 = 0.5,
  r1 = 1,
  start = 60,
  end = 300,
  ID = NULL,
  ...
)

Arguments

mapping

Set of aesthetic mappings.

data

a data frame.

inherit.aes

If FALSE, overrides the default aesthetics, rather than combining with them.

jitter

one of "x", "y" or "xy".

r0, r1

a positive numeric value.

start, end

a numeric value between 0 to 360.

ID

character.

...

other parameters.

Aesthetics

geom_arcpoint() understands the following aesthetics (required aesthetics are in bold):


Hy4m/piechart documentation built on Jan. 1, 2022, 5:13 p.m.