fast.pattern | R Documentation |
Fast pattern
fast.pattern(x, y, categories = 2, ...)
x |
Matrix (binary) of patterns. Optionally if |
y |
Optional matrix argument with same dimensions as |
categories |
Default 2 (binary) |
... |
Optional additional arguments |
Klaus K. Holst
X <- matrix(rbinom(100,1,0.5),ncol=4)
fast.pattern(X)
X <- matrix(rbinom(100,3,0.5),ncol=4)
fast.pattern(X,categories=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.