gspaHM | R Documentation |
Plots distance heat map of GSPA
gspaHM(
scale_log2r = TRUE,
complete_cases = FALSE,
impute_na = FALSE,
df2,
filepath,
filename,
...
)
scale_log2r |
Logical; if TRUE, adjusts |
complete_cases |
Logical; if TRUE, only cases that are complete with no missing values will be used. The default is FALSE. |
impute_na |
Logical; if TRUE, data with the imputation of missing values will be used. The default is FALSE. |
df2 |
Character vector or string; the name(s) of secondary data file(s).
An informatic task, i.e. |
filepath |
A file path to output results. By default, it will be
determined automatically by the name of the calling function and the value
of |
filename |
A representative file name to outputs. By default, the
name(s) will be determined automatically. For text files, a typical file
extension is |
... |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.