Skip to content
Snippets Groups Projects
plot_impact.Rd 694 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_impact.R
    \name{plot_impact}
    \alias{plot_impact}
    \title{Plot demographic trajectories}
    \usage{
    
    plot_impact(N, onset_year = 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)}
    
    
    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.
    }
    \description{
    Plot demographic trajectories
    }
    \examples{
    
    # plot_impact(demo_proj, xlab = "year", ylab = "pop size")
    
    thierrychambert's avatar
    thierrychambert committed
    
    }