.StatusToMatrix | R Documentation |
Converts a vector to a matrix that can be analysed by the DoNotConflict()
function family.
.StatusToMatrix(statusVector)
.StatusToArray(status)
statusVector |
Either (i) a named vector of integers, with
names |
status |
A named three-dimensional array of integers, with slices
named |
A matrix, containing the input columns plus 2d
, representing
either 2 * d
or d1 + d2
, and row names.
The row name means that column names are dropped in
the output of DoNotConflict
etc.
A three-dimensional array containing a slice labelled 2d
,
equivalent to either d + d
or d1 + d2
as appropriate.
Martin R. Smith (martin.smith@durham.ac.uk)
data("sq_trees")
.StatusToArray(ManyToManyQuartetAgreement(sq_trees[5:7]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.