R/first.labels.R

Defines functions first.labels

Documented in first.labels

#' first.labels
#'
#' @return
#' @export
#' @import directlabels
#' @examples
first.labels = function() {
	geom_dl(aes(label = variable),
		 method = list("first.polygons"))
}
itsaquestion/MyPlot documentation built on July 22, 2019, 8:40 p.m.