transfer_props: Transfer properties from one mdb to another

Description Usage Arguments Value Examples

View source: R/cinf-mdb.R

Description

Transfers properties from one mdb to another

Usage

1
transfer_props(mdb_target, mdb_source)

Arguments

mdb_target

Target molecular database for property transfer

mdb_source

Source molecular database for property transfer

Value

Target molecular database with transferred properties

Examples

1
2
3
4
## Not run: 
mdb_t <- transfer_props(mdb_t, mdb_s)

## End(Not run)

cinf documentation built on May 2, 2019, 5 p.m.

Related to transfer_props in cinf...