Code
Rows: 6 Columns: 10
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (10): Dataset, A, B, C, D, E, F, G, H, I
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
Code
tbl1_weik2000 <- tibble::column_to_rownames(tbl1_weik2000, "Dataset")
T_table_weik <- t(tbl1_weik2000)
nomb_col <- colnames(T_table_weik)
kbl(T_table_weik ) %>%
kable_classic(full_width = F) %>%
kable_styling("striped") %>%
column_spec(2, bold = T, color = "white", background = spec_color(1:9, end = 0.9, option = "D", direction = -1))
Resolution (Å) | No unique reflections | Redundancy | $\langle I \rangle / \langle \sigma(I) \rangle$ | Completeness (%) | $R_{\mathrm{merge}}$ (%) | |
---|---|---|---|---|---|---|
A | 40-2.05 | 62401 | 2.1 | 16.4 (2.8) | 99.0 (99.3) | 4.7 |
B | 40-2.1 | 56543 | 1.8 | 13.1 (1.9) | 96.1 (96.9) | 5.1 |
C | 40-2.1 | 58334 | 1.8 | 13.8 (1.6) | 99.0 (99.2) | 5.2 |
D | 40-2.3 | 44671 | 2.1 | 14.2 (1.9) | 99.1 (99.4) | 5.4 |
E | 40-2.5 | 34910 | 2.1 | 13.4 (1.8) | 99.0 (99.4) | 5.8 |
F | 40-2.65 | 29417 | 2.1 | 12.2 (1.7) | 99.0 (99.1) | 6.5 |
G | 40-2.8 | 25004 | 2.1 | 10.7 (1.7) | 98.9 (99.2) | 7.1 |
H | 40-2.9 | 21801 | 1.8 | 8.8 (1.8) | 95.5 (98.6) | 9.4 |
I | 40-3.0 | 20415 | 2.1 | 9.0 (1.9) | 98.8 (99.2) | 8.6 |
Å