similarityMat
Example data for `MetCirc`: `similarityMat`
Bundled with MetCirc · exported, loads via data()
One vector with a dim attribute. Everything in it shares a type, which is the difference between a matrix and a data.frame that happens to be all numeric. R object catalogue
Computed over every cell in the object, reading it as one vector.
The mean of each row, and of each column, summarised. Reading every cell as one vector gives a matrix and its transpose the same answer; these do not.
| Margin | Min. | 1st Qu. | Median | Mean | 3rd Qu. | Max. | Std. dev |
|---|---|---|---|---|---|---|---|
| Rows | 0.0023633 | 0.072311 | 0.1116 | 0.10752 | 0.14403 | 0.20118 | 0.04732 |
| Columns | 0.0023633 | 0.072311 | 0.1116 | 0.10752 | 0.14403 | 0.20118 | 0.04732 |
The row means and the column means vary by a similar amount, so neither margin carries the structure on its own.
| Margin | Labels | Count |
|---|---|---|
| Rows | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, … | 259 |
| Columns | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, … | 259 |
This object is 259 columns wide. A matrix carries no per-column schema, so its width is what the catalogue records and there is nothing to list one column at a time. What it holds is described whole instead, summarised over every cell: see Values and Margins above.
| Version | Released | Rows × Cols | Change | Stored as | Confidence |
|---|---|---|---|---|---|
| 3.23 | 2026-04-28 | 259 × 259 | Unchanged | rda · xz version 2 · 239 KB | exact |
| 3.22 | 2025-10-29 | 259 × 259 | Unchanged | rda · xz version 2 · 239 KB | exact |
| 3.21 | 2025-04-15 | 259 × 259 | Unchanged | rda · xz version 2 · 239 KB | exact |
| 3.20 | 2024-10-29 | 259 × 259 | Unchanged | rda · xz version 2 · 239 KB | exact |
| 3.19 | 2024-04-30 | 259 × 259 | Unchanged | rda · xz version 2 · 239 KB | exact |
| 3.18 | 2023-10-24 | 259 × 259 | Unchanged | rda · xz version 2 · 239 KB | exact |
| 3.17 | 2023-04-25 | 259 × 259 | Unchanged | rda · xz version 2 · 239 KB | exact |
| 3.16 | 2022-11-01 | 259 × 259 | Unchanged | rda · xz version 2 · 239 KB | exact |
| 3.15 | 2022-04-26 | 259 × 259 | Unchanged | rda · xz version 2 · 239 KB | exact |
| 3.14 | 2021-10-26 | 259 × 259 | Unchanged | rda · xz version 2 · 239 KB | exact |
| 3.13 | 2021-05-19 | 259 × 259 | Unchanged | rda · xz version 2 · 239 KB | exact |
| 3.12 | 2020-10-27 | 259 × 259 | Unchanged | rda · xz version 2 · 239 KB | exact |
| 3.11 | 2020-04-27 | 259 × 259 | Unchanged | rda · xz version 2 · 239 KB | exact |
| 3.10 | 2019-10-29 | 259 × 259 | Data changed Dimensions 352 × 352 → 259 × 259 · Missing 0 → 259 · Distinct 21,400 → 26,144 · Value summary | rda · xz version 2 · 239 KB | exact |
| 3.9 | 2019-05-02 | 352 × 352 | Unchanged | rda · xz version 2 · 220 KB | exact |
| 3.8 | 2019-01-04 | 352 × 352 | Unchanged | rda · xz version 2 · 220 KB | exact |
| 3.7 | 2018-04-30 | 352 × 352 | Unchanged | rda · xz version 2 · 220 KB | exact |
| 3.6 | 2017-10-30 | 352 × 352 | Unchanged | rda · xz version 2 · 220 KB | exact |
| 3.5 | 2017-04-24 | 352 × 352 | Data changed Value summary | rda · xz version 2 · 220 KB | exact |
| 3.4 | 2016-12-20 | 352 × 352 | – | rda · gzip version 2 · 516 KB | exact |
Dimensions is the row and column count. Missing is how many values were recorded as absent. Distinct is how many different values were counted in the object. Value summary is the six-number summary of the values and their spread.