| rsp.cor | R Documentation |
Functions for studying relationships between species in respeciate data sets.
rsp_cor_species generates a by-species correlation
matrix of the supplied respeciate data sets.
rsp_cor_species(
rsp,
min.n = 3,
cols = c("#80FFFF", "#FFFFFF", "#FF80FF"),
na.col = "#CFCFCF",
heatmap.args = TRUE,
key.args = TRUE,
report = "silent"
)
rsp |
|
min.n |
|
cols |
a series of |
na.col |
|
heatmap.args |
|
key.args |
|
report |
|
By default rsp_cor_species invisibly returns the calculated
correlation matrix a plots it as a heat map, but arguments including
heatmap and report can be used to modify function outputs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.