|
a |
|
b/man/label_vlines.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/utils-graphics.R |
|
|
3 |
\name{label_vlines} |
|
|
4 |
\alias{label_vlines} |
|
|
5 |
\title{Adds labels for vlines to accrual plots} |
|
|
6 |
\usage{ |
|
|
7 |
label_vlines(p, target, target_names, size = 6) |
|
|
8 |
} |
|
|
9 |
\arguments{ |
|
|
10 |
\item{p}{Ggplot object.} |
|
|
11 |
|
|
|
12 |
\item{target}{Vector of x axis positions of vlines.} |
|
|
13 |
|
|
|
14 |
\item{target_names}{Vector of target names (excluding the |
|
|
15 |
word \code{target}).} |
|
|
16 |
|
|
|
17 |
\item{size}{Font size (in ggplot measure) for labels; |
|
|
18 |
defaults to 6.} |
|
|
19 |
} |
|
|
20 |
\description{ |
|
|
21 |
Adds labels for vlines to accrual plots |
|
|
22 |
} |