pairs_smooth | R Documentation |
smoothScatter pairs
pairs_smooth(data, legend = FALSE, ...)
legend |
add legend to plots |
... |
params usually passed to pairs |
dataframe |
data matrix or data.frame as normally passed to pairs |
also pairs
Other utilities:
INTERNAL_FUNCTIONS_BY_FAMILY
,
get_UniprotID_from_fasta_header()
,
matrix_to_tibble()
,
multigroup_volcano()
,
names_to_matrix()
,
pairs_w_abline()
,
panel_cor()
,
panel_hist()
,
remove_NA_rows()
,
table_facade()
tmp = matrix(rep((1:100),times = 4) + rnorm(100*4,0,3),ncol=4)
pairs_smooth(tmp,main="small data", legend=TRUE)
pairs_smooth(tmp,main="small data", diag.panel=panel_hist)
pairs_smooth(tmp,log="xy",main="small data", legend=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.