plotCMs: Plot a set of connectivity matrices

Description Usage Arguments Details

Description

Plot a set of connectivity matrices (an allRes output from calcConnectivityMatrices)

Usage

1
2
3
4
plotCMs(allRes = NULL, zmax = NULL, zmin = 0, colorscale = c("hot",
  "cold", "coldhot"), plotBase = "ConnectivityMatrixYYYYMMDD.png",
  plotDir = "", years = as.character(1996:2011), months = c("01"),
  days = c("01"), devtype = "win")

Arguments

allRes

- allRes element in the output list from calcConnectivityMatrices

zmax

- max value for color scale

zmin

- min value for color scale

colorscale

- color scale to use for plots ('hot', 'cold' or 'coldhot')

plotBase

- base name for saved plots (should include YYYY, MM, and DD; e.g. "ConnectivityMatrixYYYYMMDD.png")

plotDir

- directory for saved plots (devtype != 'win')

years

- vector of years of results to plot (YYYY)

months

- vector of months to plot (MM)

days

- vector of days to plot (DD)

devtype

- 'win' or 'png'

Details

calls plotCM to plot individual connectivity matrices.


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