pairs_w_abline: normal pairs plot with different pch and plus abline

View source: R/utilities.R

pairs_w_ablineR Documentation

normal pairs plot with different pch and plus abline

Description

normal pairs plot with different pch and plus abline

Usage

pairs_w_abline(dataframe, legend = FALSE, pch = ".", ...)

Arguments

dataframe

data matrix or data.frame as normally passed to pairs

legend

add legend to plots

pch

point type default "."

...

params usually passed to pairs

See Also

also pairs

Other utilities: INTERNAL_FUNCTIONS_BY_FAMILY, get_UniprotID_from_fasta_header(), matrix_to_tibble(), multigroup_volcano(), names_to_matrix(), pairs_smooth(), panel_cor(), panel_hist(), remove_NA_rows(), table_facade()

Examples

tmp = matrix(rep((1:100),times = 4) + rnorm(100*4,0,3),ncol=4)
pairs_w_abline(tmp,log="xy",main="small data")
pairs_w_abline(tmp,log="xy",main="small data", legend=TRUE)

wolski/prolfqua documentation built on May 12, 2024, 10:16 p.m.