makeMatrix: Make a list of pattern plots

Description Usage Arguments Examples

View source: R/makeMatrix.R

Description

This function makes a list of pattern plots to be ploted in a matrix

Usage

1
2
3
4
5
6
makeMatrix(
  season,
  prepDataPath,
  depth = 2,
  seqVec = c("0-0-0", "0-0-1", "0-1-0", "0-1-1", "1-0-0", "1-0-1", "1-1-0", "1-1-1")
)

Arguments

season

What season data to use.

prepDataPath

Data path to prepered data.

depth

Depth argument sent to psttree. Defaults to 1.

seqVec

sequence vector sent to predict function. Defaults to c("0-0-0", "0-0-1", "0-1-0", "0-1-1", "1-0-0", "1-0-1", "1-1-0", "1-1-1").

Examples

1

NorskRegnesentral/climModelEval documentation built on Jan. 16, 2020, 12:49 a.m.