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

Description Usage Arguments Value Examples

View source: R/bdm_main.R

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

1
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

1
2
3
4
5
6
7
8
9
## 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)

bigMap documentation built on July 8, 2020, 6:41 p.m.