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

Switch to side-by-side view

--- a
+++ b/man/plot.armtotals.Rd
@@ -0,0 +1,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.
+}