bdm.scp {bigMap}R Documentation

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


## 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')

## End(Not run)

[Package bigMap version 2.3.1 Index]