Skip to content
Snippets Groups Projects
plot_traj.Rd 961 B
Newer Older
thierrychambert's avatar
thierrychambert committed
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/plot_traj.R
\name{plot_traj}
\alias{plot_traj}
\title{Plot demographic trajectories}
\usage{
plot_traj(
  N,
  onset_year = NULL,
  xlab = "Year",
  ylab = "Population size",
  Legend = NULL,
  ylim = NULL,
thierrychambert's avatar
thierrychambert committed
}
\arguments{
\item{N}{a 4-D array containing demographic projection outputs}

\item{onset_year}{a vector containing the years of each wind farm start being active
(thus, the year at whihc each fatality value starts kicking in)}

\item{xlab}{a character string. Label for the x axis.}

\item{ylab}{a character string. Label for the y axis.}

\item{Legend}{a vector of character strings. The legend to show on the side of the plot.}
\item{ylim}{a vector of 2 numbers. Limits of  the y axis.}

thierrychambert's avatar
thierrychambert committed
\item{...}{any other graphical input similar to the R plot function}
}
\value{
a plot of the relative impact of each scenario.
thierrychambert's avatar
thierrychambert committed
}
\description{
Plot demographic trajectories
}