plotTimeSeriesofIndivValues: Plot time series of a variable for individuals

Description Usage Arguments Details Value

Description

Funcrtion to plot time series of a variable for individuals.

Usage

1
2
3
4
5
plotTimeSeriesofIndivValues(dfr = NULL, vars = NULL, by = "age",
  nurseryAlongshoreZones = NULL, nurseryDepthZones = NULL,
  spawningAlongshoreZones = NULL, spawningDepthZones = NULL, xlab = NULL,
  ylabs = NULL, titles = NULL, subsets = NULL, facets = NULL,
  ggtheme = theme_grey())

Arguments

dfr

- dataframe or filename (or NULL) from call to extractIndivs(...)

vars

- name(s) of variable(s) (columns) to plot

by

- name of x-axis variable to plot by

nurseryAlongshoreZones

- alongshore id's for nursery zones to include

nurseryDepthZones

- vector of names of depth zones used as nursery areas in the IBM (req'd if onlySuccessful=TRUE)

spawningAlongshoreZones

- alongshore id's for nursery zones to include

spawningDepthZones

- vector of names of zones used as spawning areas in the IBM (req'd if onlySuccessful=TRUE)

xlab

- x axis label

ylabs

- y axis labels (character vector or list of expressions/character vectors)

titles

- plot titles (character vector or list of expressions/character vectors)

subsets

- list with subsets of alongshore spawning zones to include in plots

facets

- expression for creating facets (use bquote(...))

ggtheme

- ggplot2 theme for plot

Details

none

Value

list of ggplot2 objects


wStockhausen/wtsDisMELSConn documentation built on May 3, 2019, 7:36 p.m.