Skip to content
Snippets Groups Projects
plot_traj.Rd 886 B
Newer Older
  • Learn to ignore specific revisions
  • 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,
      ...
    )
    
    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.}
    
    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
    }