plot_overview_corr_scatt | R Documentation |
Plot overview correlation scatter plot
plot_overview_corr_scatt(
mat,
out_dir = ".",
labels = "",
corr_method = "pearson",
hist.col = "#92C5DE",
save.to.file = T,
compute_w_NA = F,
...
)
mat |
Numeric data frame or matrix |
out_dir |
The output directory where the plot will be saved, default is current working directory. |
labels |
A character vector of at least length 1 that will be collapsed for file name/plot titles. |
corr_method |
Method for correlation (one of "pearson","spearman","kendall"). |
hist.col |
Histogram color on the diagonal. |
save.to.file |
Logical indicating whether to save to out_dir (TRUE) or print to panel (FALSE). |
compute_w_NA |
If TRUE, consider columns and rows with at least 7 values (default = FALSE). |
... |
Additional parameters passed to |
Plot object if save.to.file is FALSE.
Other plotting:
plot_corrplot()
,
plot_corrplotgg()
,
plot_discrete_barplot()
,
plot_heatmap()
,
plot_het_barplot()
,
plot_indiv_boxplot()
,
plot_indiv_corrscatt()
,
plot_indiv_paired()
,
plot_overview_boxplot()
,
plot_profile_barplot()
,
run_corrplot_analysis()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.