Browse Source

Merge pull request #48 from pkq/dumbbell-typo

Fix typo in geom_dumbbell() title
master
boB Rudis 6 years ago
committed by GitHub
parent
commit
e1751e9796
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      R/geom_dumbbell.R
  2. 2
      man/geom_dumbbell.Rd

2
R/geom_dumbbell.R

@ -1,4 +1,4 @@
#' Dumbell charts #' Dumbbell charts
#' #'
#' The dumbbell geom is used to create dumbbell charts. #' The dumbbell geom is used to create dumbbell charts.
#' #'

2
man/geom_dumbbell.Rd

@ -2,7 +2,7 @@
% Please edit documentation in R/geom_dumbbell.R % Please edit documentation in R/geom_dumbbell.R
\name{geom_dumbbell} \name{geom_dumbbell}
\alias{geom_dumbbell} \alias{geom_dumbbell}
\title{Dumbell charts} \title{Dumbbell charts}
\usage{ \usage{
geom_dumbbell(mapping = NULL, data = NULL, ..., colour_x = NULL, geom_dumbbell(mapping = NULL, data = NULL, ..., colour_x = NULL,
size_x = NULL, colour_xend = NULL, size_xend = NULL, size_x = NULL, colour_xend = NULL, size_xend = NULL,

Loading…
Cancel
Save