geom_scatterpie_legend {scatterpie}R Documentation

geom_scatterpie_legend

Description

legend of scatterpie

Usage

geom_scatterpie_legend(
  radius,
  x,
  y,
  n = 5,
  breaks = NULL,
  labeller,
  label_position = "right",
  ...
)

Arguments

radius

radius vector

x

x position

y

y position

n

number of circle

breaks

A character vector of breaks, default is NULL.

labeller

function to label radius

label_position

a character string indicating the position of labels, "right" (default) or "left" or any abbreviation of these

...

other text arguments passed on to ggplot2::layer()

Value

layer

Author(s)

Guangchuang Yu


[Package scatterpie version 0.2.2 Index]