# NOT RUN {
## All observations: 1-sample correlation matrix.
corrarray(iris)
## Stratify by the three species: 3-sample correlation array.
corrarray(iris, "Species", output = "array")
## Specify lower and upper samples: 2-sample correlation matrix.
corrarray(iris, "Species", lower = "setosa", upper = "virginica")
# }
Run the code above in your browser using DataLab