Diff of /man/plot.armtotals.Rd [000000] .. [d9ee58]

Switch to unified view

a b/man/plot.armtotals.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/utils-graphics.R
3
\name{plot.armtotals}
4
\alias{plot.armtotals}
5
\title{Plot distributions of recruitment to arms at given time.}
6
\usage{
7
\method{plot}{armtotals}(data, target, target_names, target_week, adjust = 1)
8
}
9
\arguments{
10
\item{data}{Matrix with columns for each recruitment arm,
11
including control.}
12
13
\item{target}{The adjust parameter from \code{ggplot2::geom_density};
14
higher values mean more smoothing. Defaults to 1.}
15
16
\item{target_names}{Vector of target names, for labelling.}
17
}
18
\description{
19
Plot distributions of recruitment to arms at given time.
20
}