Description Usage Arguments Examples
This function makes a list of pattern plots to be ploted in a matrix
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")
)
|
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"). |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.