Description Usage Arguments Examples
View source: R/exported_functions.R
Create multidimensional scaling maps from a list of linkages
1 2 | MDSMap_from_list(linkage_list, write_to_file = FALSE,
mapdir = "mapping_files_MDSMap", plot_prefix = "", log = NULL, ...)
|
linkage_list |
A named |
write_to_file |
Should output be written to a file? By default |
mapdir |
Directory to which map input files are initially written. Also used for output if |
plot_prefix |
prefix for the filenames of output plots. |
log |
Character string specifying the log filename to which standard output should be written. If NULL log is send to stdout. |
... |
Arguments passed to |
1 2 3 4 5 | ## Not run:
data("all_linkages_list_P1")
maplist_P1 <- MDSMap_from_list(all_linkages_list_P1[1])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.