plotClevelandDot: Draw Celventland dot plot

View source: R/Common.R

plotClevelandDotR Documentation

Draw Celventland dot plot

Description

Draw Celventland dot plot

Usage

plotClevelandDot(
  name,
  value,
  group = NA,
  palette = "aaas",
  dot.size = 2,
  legend.title = "Group",
  title = "",
  cleveland = TRUE,
  lollipop = FALSE,
  value.name = "Value",
  sample.name = "Name"
)

Arguments

name

Names

value

values

group

group

palette

Default aaas, if group not set, use #00AFBB

dot.size

Default 2

legend.title

Default "Group"

title

Default ""

value.name

xlab, Default "Value"

sample.name

ylab, Default "Name"

Examples

data(LIRI)
loonR::plotClevelandDot(1:10, LIRI$ANLN[1:10], lollipop = T )


ProfessionalFarmer/loonR documentation built on Oct. 9, 2024, 9:56 p.m.