View source: R/matchr_matrix.R
new_matrix | R Documentation |
Create a new matchr_matrix object
new_matrix(
array = list(),
x_ar = list(),
y_ar = list(),
x_sig = list(),
y_sig = list(),
x_total = integer(length = 1L),
y_total = integer(length = 1L),
x_na = character(),
y_na = character(),
formula = character()
)
array |
A list of Hamming distance matrices. |
x_ar |
A list of numeric vectors: the highest and lowest aspect ratio in the x vector. |
y_ar |
A list of numeric vectors: the highest and lowest aspect ratio in the y vector. |
x_sig |
A list of |
y_sig |
A list of |
x_total |
An integer scalar: the total number of x signatures analyzed. |
y_total |
An integer scalar: the total number of y signatures analyzed. |
x_na |
A character vector: the paths of x signatures which are NA. |
y_na |
A character vector: the paths of y signatures which are NA. |
formula |
A character string containing the right hand side of a
formula: how the |
An object of class matchr_matrix
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.