correlation panel for pairs plot function (used as default in pairs_smooth)
Usage
panel_cor(x, y, digits = 2, ...)
Arguments
- x
numeric data
- y
numeric data
- digits
number of digits to display
- ...
not used
See also
Other utilities:
INTERNAL_FUNCTIONS_BY_FAMILY,
effective_contaminant_pattern(),
effective_decoy_pattern(),
get_uniprot_id_from_fasta_header(),
is_contaminant(),
is_decoy(),
matrix_to_tibble(),
multigroup_volcano(),
names_to_matrix(),
pairs_smooth(),
remove_na_rows(),
table_facade()
Examples
graphics::plot(1:3, 1:3, type = "n")
panel_cor(1:3, 1:3)