substr_mask: Extract substructure from a molecule using mask

Description Usage Arguments Value Examples

View source: R/cinf-mol.R

Description

Extracts substructure from a molecule using mask.

Usage

1
substr_mask(mol, mask)

Arguments

mol

molecule

mask

mask defining substructure to be extracted

Value

Substructure

Examples

1
2
3
data("alkans74")
mol <- alkans74.mdb[[2]]
substr_mask(mol, c(1,1,0))

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

Related to substr_mask in cinf...