| print.rmcorr_matrix | R Documentation |
Print, summarize, and plot methods for repeated-measures
correlation matrix objects of class "rmcorr_matrix" and
"summary.rmcorr_matrix".
## S3 method for class 'rmcorr_matrix'
print(
x,
digits = 4,
n = NULL,
topn = NULL,
max_vars = NULL,
width = NULL,
show_ci = NULL,
...
)
## S3 method for class 'rmcorr_matrix'
plot(
x,
title = "Repeated-measures correlation heatmap",
low_color = "indianred1",
high_color = "steelblue1",
mid_color = "white",
value_text_size = 4,
show_value = TRUE,
...
)
## S3 method for class 'rmcorr_matrix'
summary(
object,
n = NULL,
topn = NULL,
max_vars = NULL,
width = NULL,
show_ci = NULL,
...
)
## S3 method for class 'summary.rmcorr_matrix'
print(
x,
digits = 4,
n = NULL,
topn = NULL,
max_vars = NULL,
width = NULL,
show_ci = NULL,
...
)
x |
An object of class |
digits |
Number of significant digits to print. |
n |
Optional row threshold for compact preview output. |
topn |
Optional number of leading/trailing rows to show when truncated. |
max_vars |
Optional maximum number of visible columns; |
width |
Optional display width; defaults to |
show_ci |
One of |
... |
Additional arguments passed to downstream methods. |
title |
Plot title for |
low_color, high_color, mid_color |
Colours used for negative, positive, and midpoint values in the heatmap. |
value_text_size |
Size of the overlaid numeric value labels in the heatmap. |
show_value |
Logical; if |
object |
An object of class |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.