Description Usage Arguments Details Value
Function to plot dataframe with connectivity info aggregated over sources or sinks as time series and boxplots.
1 2 3 | plotConnInfoByArea(dfr, time = "year", area = "spawning area",
y = "Pr(.|S)", timeLab = time, areaLab = area, yLab = y, facets = EW
~ .)
|
dfr |
- dataframe with conncetivity info aggregated over sources (spawning areas) or sinks (nursery areas) |
time |
- name of column associated with times |
area |
- name fo column associated with areas |
y |
- name of column to plot as y axis |
timeLab |
- label for times |
areaLab |
- label for areas |
yLab |
- label for y axis |
facets |
- formula to facet by |
none.
list with ggplot2 elements pTS (time series) and pBP (boxplot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.