[d9ee58]: / man / plot.armtotals.Rd

Download this file

21 lines (18 with data), 641 Bytes

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