Browse Source

Fix typo in geom_dumbbell() title

pull/48/head
Patrick Kennedy 6 years ago
parent
commit
c7d506e2aa
  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.
#'

2
man/geom_dumbbell.Rd

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

Loading…
Cancel
Save