Learn R Programming

bigMap (version 2.3.1)

bdm.scp: Transfer bdm instance to a remote machine.

Description

Transfers a bdm instance to a remote machine. By default a file name is generated based on bdm$dSet and t-SNE main parameters (threads, layers, rounds, perplexity). The purpose of functions bdm.save() and bdm.scp() used with bdm.fName() is to ease the task of working/organizing multiple runs on the same dataset.

Usage

bdm.scp(..., dest = NULL)

Arguments

...

A bdm instance as generated by bdm.init().

dest

The name or IP address of a remote machine where to transfer the file of the bdm instance. By default is send to bdm.local() environment variable.

Value

None

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
# --- load example
bdm.example()
# --- scp to \var{bdm.local()} with default file name
bdm.scp(exMap)
# --- scp to IP address 'xxx.xxx.0.0' with default file name
bdm.scp(exMap, dest = 'xxx.xxx.0.0')
# }

Run the code above in your browser using DataLab